GNOME Bugzilla – Bug 743853
Use edge-reached signal instead of edge-overshot
Last modified: 2015-02-02 14:46:51 UTC
edge-overshot doesn't work fine for touchpad scrolling. See https://bugzilla.gnome.org/show_bug.cgi?id=742848
Created attachment 295941 [details] [review] view-container: use edge-reached signal instead of edge-overshot edge-overshot only works fine for touchpad scrolling but fails when scrollbar is dragged to the end.
Review of attachment 295941 [details] [review]: Thanks for the patch, Pranav. ::: configure.ac @@ +32,3 @@ GOA_MIN_VERSION=3.8.0 GRILO_MIN_VERSION=0.2.6 +GTK_MIN_VERSION=3.15.4 It should be 3.15.5. The new signal was added in 404e2753 and it is not part of the 3.15.4 release.
Created attachment 295945 [details] [review] view-container: Use edge-reached signal instead of edge-overshot edge-overshot only works fine for touchpad scrolling but fails when scrollbar is dragged to the end.
Review of attachment 295945 [details] [review]: Perfect.