Closed
Bug 301870
Opened 19 years ago
Closed 19 years ago
commands not updated when an item is de-selected in richlistbox
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
People
(Reporter: robert.strong.bugs, Assigned: doronr)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
564 bytes,
patch
|
mconnor
:
first-review+
mconnor
:
approval1.8b4+
|
Details | Diff | Splinter Review |
The Extension Manager which uses a richlistbox used to have its commands updated when a selected item is deselected so there are no items selected. This is a recent regression... possibly bug 299947?
| Reporter | ||
Comment 1•19 years ago
|
||
To reproduce Open the Extension Manager. Select an item. Deselect the item (e.g. ctrl+click the item or click a blank area in the richlisbox). Notice that the uninstall is still enabled.
| Assignee | ||
Comment 2•19 years ago
|
||
yup, my bad. _fireOnSelect() is only called if selectedItem it set to something. clearSelection() should call as well.
Status: NEW → ASSIGNED
Flags: blocking-aviary1.5?
| Assignee | ||
Updated•19 years ago
|
Attachment #190286 -
Flags: first-review?(mconnor)
Updated•19 years ago
|
Flags: blocking-aviary1.5? → blocking1.8b4+
Updated•19 years ago
|
Attachment #190286 -
Flags: first-review?(mconnor)
Attachment #190286 -
Flags: first-review+
Attachment #190286 -
Flags: approval1.8b4+
| Assignee | ||
Comment 6•19 years ago
|
||
fixed!
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•