WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
70940
[Chromium] Investigate where/when webView->resetGestureRecognizer should be called
https://bugs.webkit.org/show_bug.cgi?id=70940
Summary
[Chromium] Investigate where/when webView->resetGestureRecognizer should be c...
Fady Samuel
Reported
2011-10-26 10:11:35 PDT
It strikes me as odd that resetGestureRecognizer is called in WebFrameImpl::createFrameView...this is called for every subframe of a page, and for subframe navigation too! Here's a scenario where I expect this might break: You have a rotating ad (the iframe navigates to a different page every few seconds), and on every navigation WebFrameImpl::createFrameView is called. Suppose you're in the process of doing a pinch-to-zoom gesture, and the iframe's src changes during that gesture. Now the gesture recognizer will get reset. I haven't confirmed this actually happens but I suspect it might. I am currently in the process of refactoring WebFrameImpl::createFrameView().
Attachments
Add attachment
proposed patch, testcase, etc.
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