[Webkit-unassigned] [Bug 88070] [Gtk] Process Gtk 3.4 smooth scroll events properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 01:04:36 PDT 2012


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





--- Comment #1 from José Dapena Paz <jdapena at igalia.com>  2012-06-05 01:04:36 PST ---
(In reply to comment #0)
> The solution is not simply adding the case for smooth scroll. For many case we get both smooth and standard scroll direction events, so we have to avoid processing one scroll event two times.

Confirmed the expected outcome in Gtk is not duplicating event. We get the directional events or smooth (it does best effort). Anything else should be considered a bug in Gtk.

So the scope of this bug should be simply providing support for smooth scroll. This is basically adding GDK_SMOOTH_SCROLL_MASK to the events mask, and processing the GDK_SCROLL_SMOOTH direction properly.

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