[Webkit-unassigned] [Bug 10747] REGRESSION: Using two fingers on a trackpad to scroll inside a text area makes the whole page move

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 18 17:33:54 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=10747





------- Comment #17 from koivisto at iki.fi  2007-03-18 17:33 PDT -------
Trackpad is generating wheel NSEvents which have both deltaX and deltaY set to
0. These events are ignored by WebCore and so get forwarded to the view. There
they actually make the NSScrollView scroll. I wonder what is the logic there...
Mouse wheel does not generate these (0,0) events so does not have the same
scrolling problems.

Trivial solution of just blocking (0,0) events seems to degrade speed and
general feel of trackpad scrolling.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list