Closed
Bug 6458
Opened 26 years ago
Closed 26 years ago
HTML <select> onChange/onFocus/onBlur handlers not working
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: alecf, Assigned: pollmann)
Details
the onChange/onFocus/onBlur JavaScript handlers are not firing.
This happens in both HTML and in html-in-xml
the onClick handler seems to work fine for a <input type="button"> just fine
Reporter | ||
Updated•26 years ago
|
Severity: normal → blocker
Reporter | ||
Comment 1•26 years ago
|
||
This is preventing Mail/News from doing alot of our UI.
Updated•26 years ago
|
Assignee: joki → pollmann
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•26 years ago
|
||
onFocus and onBlur work fine for me:
http://blueviper/forms/selectblurfocus.html
the onChange problem is reported as bug 3322. It works partially - is this
blocking development?
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•26 years ago
|
||
I just fixed onChange for Windows and GTK.
Marking this bug a dup of 3322.
*** This bug has been marked as a duplicate of 3322 ***
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•