Closed
Bug 43353
Opened 25 years ago
Closed 25 years ago
ONDBLCLICK event not functioning on BUTTON element.
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
People
(Reporter: chrispetersen, Assigned: joki)
References
()
Details
build: 2000062108
Platform: All
Expected Result: Double clicking on button element should execute a ondblclick
event. This should result in a alert dialog to be displayed.
What I got: No alert dialog is displayed after double clicking on button.
Steps to reproduce:
1) Open the url specified.
2) Double click on button.
3) No dialog appears.
4) This same test case works in Mac IE 5 and Win IE 5.5.
| Reporter | ||
Updated•25 years ago
|
QA Contact: janc → petersen
| Assignee | ||
Comment 1•25 years ago
|
||
Marking dupe of 29473. Though in general doubleclicks should be handled via the
new DOM Level 2 method of checking the event.detail to determine the clickcount.
This allows clickcount determination for mousedown, mouseup, and click as well
as support for more than 2 clicks.
*** This bug has been marked as a duplicate of 29473 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•7 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
•