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)

defect

Tracking

()

VERIFIED DUPLICATE of bug 29473

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.
QA Contact: janc → petersen
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
Verified dupe.
Status: RESOLVED → VERIFIED
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.