Closed
Bug 1902017
Opened 8 months ago
Closed 7 months ago
Do not terminate a wheel transaction when scrolling over an out of process iframe - pan gestures
Categories
(Core :: Panning and Zooming, defect, P3)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: dlrobertson, Assigned: dlrobertson)
References
Details
Attachments
(1 file)
Ensure that the wheel transaction is still used when scrolling over an out of process iframe for pan gestures.
Assignee | ||
Updated•8 months ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Updated•8 months ago
|
Assignee: nobody → drobertson
Assignee | ||
Comment 1•8 months ago
|
||
Ensure that weel events for a pan gesture are sent to the content
process for the layers id of the APZC that is handling the pan gesture.
The corresponding content process should also have a content side wheel
transaction that will ensure that content that is scrolled over cannot
halt a user scroll with preventDefault on a wheel event listener.
Depends on D212967
Pushed by drobertson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4b7b382270d0
Update the event layers id to that of the APZ pan gesture block state. r=botond
Comment 3•7 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•