Closed
Bug 516673
Opened 15 years ago
Closed 15 years ago
Tests for native mouse events
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 470845
People
(Reporter: mstange, Assigned: mstange)
Details
Attachments
(1 obsolete file)
I don't want my rewrite in bug 515003 to break anything, so we'd better have tests for this stuff ;-)
This tests at least bug 425556 and bug 443178, and has a bunch of todos for bugs that still need fixing.
Sending native events to popup window widgets works like this: You call sendNativeMouseEvent on the DOMWindowUtils of the DOM window that contains the menupopup or panel element, and pass the menupopup/panel element as aElement. (That's the reason for the existence of the aElement parameter.)
Attachment #400723 -
Flags: superreview?(roc)
Attachment #400723 -
Flags: review?(joshmoz)
Comment 1•15 years ago
|
||
See also bug 470845.
Assignee | ||
Updated•15 years ago
|
Attachment #400723 -
Attachment is obsolete: true
Attachment #400723 -
Flags: superreview?(roc)
Attachment #400723 -
Flags: review?(joshmoz)
Assignee | ||
Comment 2•15 years ago
|
||
Oops.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•