GNOME Bugzilla – Bug 738881
Use GtkScrolledWindow::edge-overshot to load more elements
Last modified: 2015-01-13 13:03:45 UTC
I'm attaching a patch that uses the ::edge-overshot signal just added to GtkScrolledWindow in order to load more elements, and more gratifyingly, removes the "load more" button, not so needed anymore.
Created attachment 288969 [details] [review] view: Replace "Load more" button with edge hit detection If scrolling happens towards the bottom of the view, further elements are loaded.
Review of attachment 288969 [details] [review]: Nice! Looks good to me.
Is it not supposed to work when I am dragging using the handle?
Further issues should probably be filed against GTK if it doesn't work under some circumstances. Closing this one as FIXED.
See bug 742848