Closed
Bug 5945
Opened 25 years ago
Closed 25 years ago
onchange handler on SELECT element fires at wrong time
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
M6
People
(Reporter: hyatt, Assigned: pollmann)
Details
Oops. Blew away the first bug I filed. :) Here was the description again...
The onchange handler for SELECT elements fires at the wrong time. It is being
fired when the mouse is clicked in the SELECT element, which seems to just be
wrong.
It should be fired when the element loses focus AND has changed since last
gaining the focus. This is specified in the DOM Level 2 working draft and also
in the JavaScript 1.2 Reference on developer.netscape.com.
Updated•25 years ago
|
Assignee: karnaze → pollmann
Target Milestone: M6
Comment 1•25 years ago
|
||
Reassigning to Pollmann. Please solicit help from Pixley if needed.
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 2•25 years ago
|
||
Another DUP of this bug. Eric, this should go high up on your list given the
number of reports.
*** This bug has been marked as a duplicate of 3322 ***
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•