[Webkit-unassigned] [Bug 32029] Mousewheel event delta has reversed sign on Linux Chrome

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 16:05:10 PST 2009


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





--- Comment #10 from Eric Seidel <eric at webkit.org>  2009-12-02 16:05:09 PST ---
I think the distinction being lost here is that this code appears only to
affect the conversion between OS event objects and WebCore event objects.  It
does not affect event objects which are synthesized wholly within WebCore, and
thus untestable.

At some point we should either c++ unit test these sort of platform -> webcore
event conversion routines or add layout tests for them.  Unfortunately we don't
yet have a working c++ unit testing framework.  Bug 21010.

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