RESOLVED FIXED 80508
Pinch zoom acts weirdly on nytimes.com while loading
https://bugs.webkit.org/show_bug.cgi?id=80508
Summary Pinch zoom acts weirdly on nytimes.com while loading
Kenneth Rohde Christiansen
Reported 2012-03-07 05:19:32 PST
It blocks and then suddenly jumps between scales.
Attachments
Patch (2.74 KB, patch)
2012-03-07 05:20 PST, Kenneth Rohde Christiansen
no flags
Patch (2.73 KB, patch)
2012-03-07 05:26 PST, Kenneth Rohde Christiansen
no flags
Kenneth Rohde Christiansen
Comment 1 2012-03-07 05:20:41 PST
Andras Becsi
Comment 2 2012-03-07 05:24:08 PST
Comment on attachment 130603 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130603&action=review LGTM, but I think the last comment line has a typo and an extra "event". > Source/WebKit2/UIProcess/WebPageProxy.cpp:1012 > + // we do not send any of the events to the page event if is has listeners. Shouldn't this line be: "we do not send any of the events to the page if it has listeners."
Kenneth Rohde Christiansen
Comment 3 2012-03-07 05:26:06 PST
Andras Becsi
Comment 4 2012-03-07 05:30:59 PST
Comment on attachment 130604 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130604&action=review You'll probably hate me for this but there still is a typo in that line :) > Source/WebKit2/UIProcess/WebPageProxy.cpp:1012 > + // we do not send any of the events to the page even if is has listeners. "if is has" should be "if it has"
Kenneth Rohde Christiansen
Comment 5 2012-03-07 05:34:26 PST
Landed in 110048
Alexis Menard (darktears)
Comment 6 2012-03-07 05:34:46 PST
(In reply to comment #4) > (From update of attachment 130604 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=130604&action=review > > You'll probably hate me for this but there still is a typo in that line :) > > > Source/WebKit2/UIProcess/WebPageProxy.cpp:1012 > > + // we do not send any of the events to the page even if is has listeners. > > "if is has" should be "if it has" You can turn cq to - but not r to -. He can fix when landing.
Kenneth Rohde Christiansen
Comment 7 2012-03-07 05:35:41 PST
Landed in 110048
Note You need to log in before you can comment on or make changes to this bug.