Closed
Bug 173959
Opened 23 years ago
Closed 23 years ago
ondblclick handler attached with script not called on <select> element
Categories
(Core :: DOM: Events, defect)
Tracking
()
People
(Reporter: martin.honnen, Assigned: joki)
Details
Attachments
(1 file)
Mozilla (tested with 1.1 and 1.2a) doesn't call an ondblclick handler attached
as an .ondblclick property of a <select> element.
Handlers attached as an HTML attribute or with addEventListener are called.
I will attach a test case with three select elements, the first is the buggy one
where a double click of one of the options should call the event handler but
doesn't with Mozilla (while it works with IE6). The other two <select> elements
are mmere there to demonstrate that ondblclick for <select> elements is not
completely broken respectively that there are workarounds.
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
This bug happens on any element, not just <select>.
*** This bug has been marked as a duplicate of 90459 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•