Closed
Bug 301870
Opened 20 years ago
Closed 20 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•20 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•20 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 | ||
Comment 3•20 years ago
|
||
untested, build still going, but that should do it.
| Reporter | ||
Comment 4•20 years ago
|
||
Thanks doron - this patch works for me.
| Assignee | ||
Updated•20 years ago
|
Attachment #190286 -
Flags: first-review?(mconnor)
Updated•20 years ago
|
Flags: blocking-aviary1.5? → blocking1.8b4+
*** Bug 302165 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Attachment #190286 -
Flags: first-review?(mconnor)
Attachment #190286 -
Flags: first-review+
Attachment #190286 -
Flags: approval1.8b4+
| Assignee | ||
Comment 6•20 years ago
|
||
fixed!
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•