Closed Bug 2816 Opened 27 years ago Closed 27 years ago

[PP] Mac doesn't handle NS_MOUSE_LEFT_DOUBLECLICK event

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P1)

PowerPC
Mac System 8.5
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: mikepinkerton, Assigned: pierre)

Details

The tree view is currently blocked on mac because the event handler does not correctly handle double-clicks and create the correct NS_MOUSE_LEFT_DOUBLECLICK mouse event.
Status: NEW → ASSIGNED
Ok, I'll put it on top of my list.
Status: ASSIGNED → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
Fixed.
Inserting Milestone info.
QA Contact: 4015
assigning Gerardo as QA, also sent a note to pinkerton asking how to best verify the fix.
gerardo, please mark VERIFIED_FIXED if it is...
Status: RESOLVED → VERIFIED
An HTML file with the following content was created to verify the bug fix: <HTML> <HEAD> <TITLE>MyPage</TITLE> </HEAD> <BODY> <FORM> <INPUT type="button" value="foo" ondblclick="window.status='onDblClick event handler is working'"> </FORM> </BODY> </HTML> Verified on viewer 3/18 build. Status changed to 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.