Open
Bug 2052759
Opened 23 hours ago
Updated 8 minutes ago
Try to find the neareast scroll ID rather than the nearest scroll container for fast-path apz-aware notification
Categories
(Core :: Panning and Zooming, task)
Core
Panning and Zooming
Tracking
()
NEW
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(2 files)
Attaching file is a test case where our fast-path apz-aware listener notification doesn't work, but it does work on Chrome.
I created this test case from scratch by inspecting temu's captcha structures (bug 2031963).
Unfortunately I can see the captcha in question via Firefox VPN, but I can't use Firefox VPN because of bug 2052408 so that I am not confident whether fixing this bug would fix bug 2031963.
| Assignee | ||
Comment 1•23 hours ago
|
||
The nearest scroll container may not have a ViewID (e.g. an in-process
iframe's root scroll container, for which APZ has no APZC).
Pushed by hikezoe.birchill@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/b83c48e0ccc4
https://hg.mozilla.org/integration/autoland/rev/5215d62b2c1c
Find the nearest scroll ID by walking the scroll-container ancestor chain for fast-path apz-aware notifiction. r=botond
You need to log in
before you can comment on or make changes to this bug.
Description
•