Closed
Bug 1880595
Opened 9 months ago
Closed 9 months ago
New WPT for bug1880594 won't pass with APZ (test.events.async.enabled=true)
Categories
(Core :: Panning and Zooming, defect)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•9 months ago
|
||
MouseEvent.buttons
of mouseup
should not contain the flag for the
releasing button. Therefore, it should set it to the primary one only when
the dispatching event is an eMouseDown
event.
Additionally, this patch makes synthesizeTouchAtPoint
multi-touch aware.
Depends on D202376
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/4199577c0d64
Make `APZCCallbackHelper::DispatchSynthesizedMouseEvent` set `.mButtons` properly r=smaug,hiro
Comment 3•9 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•