GNOME Bugzilla – Bug 704546
First smooth scroll event has a delta_y of 0
Last modified: 2013-07-19 13:13:53 UTC
Created attachment 249621 [details] Test case The first smooth scroll event has a delta_y of 0, even with the mouse wheel. With the mouse wheel, the delta_y should always be 1.0 or -1.0 (for vertical scrolling). See the attached test case. When I run it, I get the following output when I do (with the mouse wheel): down, down, up, up: > scroll event: direction = smooth, delta_y = 0.000000 > scroll event: direction = smooth, delta_y = 1.000000 > scroll event: direction = smooth, delta_y = -1.000000 > scroll event: direction = smooth, delta_y = -1.000000
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 675959 ***