RESOLVED DUPLICATE of bug 195099 193997
After the fix for bug 192529, fast/scrolling/ios/hit-testing-iframe.html fails
https://bugs.webkit.org/show_bug.cgi?id=193997
Summary After the fix for bug 192529, fast/scrolling/ios/hit-testing-iframe.html fails
Simon Fraser (smfr)
Reported 2019-01-29 17:10:26 PST
fast/scrolling/ios/hit-testing-iframe.html is doing frame scrolling in the UI process. Sometime during the interaction with the last frame ("clickElementInsideFrameAfterUserScroll"), we get a full scrolling tree update from the web process which clobbers the scroll position back to 0,0, causing the last hit test to fail. This suggests that iOS frame scrolls aren't getting back to the web process. It also suggests that maybe we need to be more incremental about reconnecting subframe scrolling tree nodes to avoid churn. I'll mark the test as failing for now.
Attachments
Frédéric Wang (:fredw)
Comment 1 2019-01-30 00:21:49 PST
(In reply to Simon Fraser (smfr) from comment #0) > fast/scrolling/ios/hit-testing-iframe.html is doing frame scrolling in the > UI process. Sometime during the interaction with the last frame > ("clickElementInsideFrameAfterUserScroll"), we get a full scrolling tree > update from the web process which clobbers the scroll position back to 0,0, > causing the last hit test to fail. > > This suggests that iOS frame scrolls aren't getting back to the web process. > It also suggests that maybe we need to be more incremental about > reconnecting subframe scrolling tree nodes to avoid churn. > > I'll mark the test as failing for now. Yes, the sync from web to UI process was supposed to be implemented in bug 182868 but the patch is no longer working with the new approach. All test cases involving programmatic scrolling are known to fail right now.
Radar WebKit Bug Importer
Comment 2 2019-01-30 10:26:27 PST
Simon Fraser (smfr)
Comment 3 2019-02-27 09:29:23 PST
Fixed via bug 195099. *** This bug has been marked as a duplicate of bug 195099 ***
Note You need to log in before you can comment on or make changes to this bug.