After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723856 - Add "load more" when bottom/top is hit
Add "load more" when bottom/top is hit
Status: RESOLVED DUPLICATE of bug 738534
Product: gtk+
Classification: Platform
Component: Widget: GtkScrolledWindow
3.11.x
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on: 696658
Blocks:
 
 
Reported: 2014-02-07 15:33 UTC by Bastien Nocera
Modified: 2014-10-20 03:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2014-02-07 15:33:45 UTC
This is a common pattern on mobile OSes (Facebook/Google+/Twitter/etc. amongst others) 
- top is hit triggers a network refresh
- bottom is hit loads more results/archives

This would be useful for loading more items in "infinite" scrolling applications, such as Videos, Music and photos, better than a "Load more" item.

This is obviously very useful for touch (where the scroll should remember the amount of overshoot to readjust after the data's been loaded, if within a certain time), but we'd also need that for mouse/keyboard.
Comment 1 Allan Day 2014-02-07 16:10:40 UTC
I reported bug 723846 today - seems relevant.
Comment 2 Matthias Clasen 2014-10-20 03:35:37 UTC

*** This bug has been marked as a duplicate of bug 738534 ***