[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 12:06:15 PST 2009


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44092|commit-queue?               |commit-queue+
               Flag|                            |




--- Comment #5 from Eric Seidel <eric at webkit.org>  2009-12-02 12:06:15 PST ---
(From update of attachment 44092)
I'm not sure why WebKit is reversed that way.

Probably due to:
    wkGetWheelEventDeltas(event, &m_deltaX, &m_deltaY, &continuous);
http://trac.webkit.org/browser/trunk/WebCore/platform/mac/WheelEventMac.mm#L46

I'll CC Hyatt, as he wrote that code.

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