Closed
Bug 389525
Opened 17 years ago
Closed 17 years ago
Want to be able to easily observe deck index changes
Categories
(Toolkit :: XUL Widgets, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: neil, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
In bug 342087 we want to know when the deck's index has changed. The prefwindow code currently sets the index using setAttribute so that currently only a DOMAttributeChanged listener works. I would like to change it to use the selectedIndex setter which also dispatches a lighter weight select event.
Reporter | ||
Comment 1•17 years ago
|
||
Attachment #273763 -
Flags: review?(gavin.sharp)
Updated•17 years ago
|
Attachment #273763 -
Flags: review?(gavin.sharp) → review+
Reporter | ||
Comment 2•17 years ago
|
||
Oops, I forgot to matk this fixed last week ;-)
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•