Project

General

Profile

Actions

Feature proposal #6439

closed

Implement auto loading of next page

Added by krileon about 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
17 January 2017
Due date:
% Done:

100%

Estimated time:

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.

Actions #1

Updated by krileon about 7 years ago

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.

Actions #2

Updated by krileon about 7 years ago

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).

Actions #3

Updated by krileon about 7 years ago

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.

Actions #4

Updated by krileon about 7 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by krileon almost 7 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF