[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 23:16:52 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120542





--- Comment #13 from Christophe Dumez <dchris at gmail.com>  2013-09-07 23:16:07 PST ---
Thanks for investigating this.

Note that my patch adds support for the 'wheel' event but does NOT remove support for the legacy 'mousewheel' event. Therefore, code that is still using the legacy event should in theory be fine. There are a lot of layout tests using it and still passing.

There is one case where the 'mousewheel' event no longer gets fired. This is when there is a listener of the 'wheel' event already. The 'mousewheel' is only fired as fallback (similarly to webkit- prefixed events). The assumption is that the web page either uses the new standard event, or the legacy one, but not both.

-- 
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