WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 205012
202568
[GTK] Navigation gesture snapshot times out after PSON
https://bugs.webkit.org/show_bug.cgi?id=202568
Summary
[GTK] Navigation gesture snapshot times out after PSON
Alice Mikhaylenko
Reported
2019-10-04 00:33:45 PDT
A simple way to reproduce: run minibrowser, enable the gesture, go to webkit.com, swipe back. Go to docs or release announcements, swipe back, it works immediately. The event it's waiting for is RenderTreeSizeThreshold. Looks like ViewGestureGeometryCollector::SetRenderTreeSizeNotificationThreshold() is sent too early, and arrives to the wrong process in case of PSON. And it looks like the same thing should happen on Mac. Adding a requestRenderTreeSizeNotificationIfNeeded() call in ViewGestureController::connectToProcess() fixes it here, but that's probably not the right solution.
Attachments
Add attachment
proposed patch, testcase, etc.
Alice Mikhaylenko
Comment 1
2019-12-30 12:41:56 PST
Seems to be a duplicate of
https://bugs.webkit.org/show_bug.cgi?id=205012
and fixed there. *** This bug has been marked as a duplicate of
bug 205012
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug