Opened 14 years ago
Closed 14 years ago
#1562 closed patch (Fixed)
Javascript error in Web UI when re-opening preferences
Reported by: | wump | Owned by: | Damien Churchill |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.2 |
Component: | Web UI | Version: | 1.3.0_dev |
Keywords: | Cc: |
Description
Steps to reproduce:
- In the Web UI, click "preferences"
- Go to the plugins page
- Select a plugin
- Click OK
- Click "preferences" again -- a Javascript error triggers, because of the clearSelection and onPluginSelect cannot handle empty selection
See attached patch (1 line) to fix.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | plugins_selection_fix.patch added |
---|
comment:1 by , 14 years ago
Milestone: | 1.3.x → 1.3.2 |
---|---|
Type: | defect → patch |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied in 871d9ac4b0d556b34ebc71cd8be91e06a9f2904c.
Note:
See TracTickets
for help on using tickets.
Fix patch