Feature proposal #6439
closed
Implement auto loading of next page
Added by krileon almost 8 years ago.
Updated over 7 years ago.
Start date:
17 January 2017
Description
This is simple enough to implement by simply checking if the more button has scrolled into view. If it has then click it on the users behalf.
Needs to be implemented carefully as acting on the scroll event can be costly. It fires hundreds and hundreds of times with just a few short scrolls. Better option maybe to just have a timeout function that checks if the more button is visible at a regulated interval to avoid lagging the browser.
This will apply only to activity streams. This will not be available to comment streams (of which they could be dozens upon dozens on a given page.. bad idea to have this for those).
This needs to have a give up internal as well. If it attempts to click more buttons say 30 times and never is successful in doing so then it should give up trying. This is to avoid a browser sitting and wasting system resources.
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF