[Webkit-unassigned] [Bug 127521] Sideways 'wobble' when scrolling with trackpad on Mavericks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 24 13:48:21 PST 2014


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





--- Comment #2 from Sam Weinig <sam at webkit.org>  2014-01-24 13:45:49 PST ---
(From update of attachment 222042)
View in context: https://bugs.webkit.org/attachment.cgi?id=222042&action=review

> Source/WebCore/platform/PlatformWheelEvent.h:129
> +        void ignoreHorizontalDelta() { m_deltaX = 0; }
> +        void ignoreVerticalDelta() { m_deltaY = 0; }

Is there a way to do this without mutating the platform event? Over the years, I have been trying to make these immutable.

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