Closed
Bug 5936
Opened 25 years ago
Closed 25 years ago
SELECT onChange JavaScript hanlder doesn't work right
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: cmanske, Assigned: rickg)
Details
When using a SELECT form element, e.g.:
<select size="1" onChange="OnListChange()">
the onChange method should fire when the user changes the selected item in
the list (in this case, its a combobox in Windows because of size="1").
It fires the method once when the combobox is first clicked on (it shouldn't)
and doesn't fire when the selected item is changed.
Reporter | ||
Updated•25 years ago
|
Severity: blocker → major
Summary: [block:editor]SELECT onChange JavaScript hanlder doesn't work right → SELECT onChange JavaScript hanlder doesn't work right
Reporter | ||
Comment 1•25 years ago
|
||
This is not being used when in a XUL file, so it doesn't block UI development.
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•25 years ago
|
||
Hyatt investigated this issue and filed bugs
*** This bug has been marked as a duplicate of 5944 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Agreed. This is a duplicate of 5944.
You need to log in
before you can comment on or make changes to this bug.
Description
•