[Webkit-unassigned] [Bug 120542] [wk2] REGRESSION (r154673): PDF scrolling moves very slowly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 7 16:11:41 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120542
--- Comment #8 from Tim Horton <thorton at apple.com> 2013-09-07 16:10:49 PST ---
(In reply to comment #6)
> Created an attachment (id=210183)
--> (https://bugs.webkit.org/attachment.cgi?id=210183&action=review) [details]
> Experiment #1
>
> Looking at my patch, I could find one small behavior change. WheelEvent::deltaX() / WheelEvent::deltaY() used to return a rounded integer and now they return a double value.
> I figured this should not be too much of a problem because EventHandler's scrollNode() takes a floating point value in argument anyway.
>
> This experimental patch attached rounds the value returned by WheelEvent::deltaX() / WheelEvent::deltaY() in EventHandler so that it should behave exactly like before. It would be great if someone could let me know if it has any impact on the PDF scrolling issue (since I don't run the mac port unfortunately).
This patch does not fix the problem. I have a feeling Alexey's note is probably more accurate.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list