Closed
Bug 15712
Opened 25 years ago
Closed 25 years ago
double-click broken on linux
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: akkzilla, Assigned: pavlov)
Details
Attachments
(1 file)
786 bytes,
patch
|
Details | Diff | Splinter Review |
Someone changed double-click handling to
expect double-clicks to send NS_MOUSE_*_BUTTON_DOWN instead of
NS_MOUSE_*_DOUBLE_CLICK. This was something that everybody agreed was a
good idea to do eventually, but nobody bothered to mention that the
change had actually happened in the XP code and so the platform event
handlers should follow suit.
I'm attaching a patch that fixes it. I can't check it in without a review, so
I'm filing this to Pavlov to either review it, or check in a different fix.
Reporter | ||
Updated•25 years ago
|
Target Milestone: M11
Reporter | ||
Comment 1•25 years ago
|
||
M11 (though really should be in M10 since I think that's where it broke).
Reporter | ||
Comment 2•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•25 years ago
|
||
Fixed.
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2c377de4b74a
No bug - Update Cargo.lock after merging a servo/servo#15712 on a CLOSED TREE
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•