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)
Tracking
()
VERIFIED
FIXED
M2
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.
| Assignee | ||
Updated•27 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•27 years ago
|
||
Ok, I'll put it on top of my list.
| Assignee | ||
Updated•27 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•27 years ago
|
||
Fixed.
Updated•27 years ago
|
QA Contact: 4015
Comment 4•27 years ago
|
||
assigning Gerardo as QA, also sent a note to pinkerton asking how to best verify
the fix.
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.
Updated•6 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
•