[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 14:12:04 PST 2014


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





--- Comment #3 from Beth Dakin <bdakin at apple.com>  2014-01-24 14:09:32 PST ---
(In reply to comment #2)
> (From update of attachment 222042 [details])
> 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.

We might be able to put the tracker down in the ElasticityController instead when we are handing the wheel event there, and that might allow us to avoid mutating the event.

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