OxJS List optimization: Keep first and last page in the DOM #572

Closed
opened 2012-02-21 00:17:47 +00:00 by rlx · 1 comment
Owner

Make Ox.List slightly less aggressive with regards to keeping pages of items in the DOM. Concretely, increase the number of pages in the DOM from 3 (previous, current, next) to 5 (first, previous, current, next, last), i.e. never remove the first and last page. Since in practice, the first and last page are probably the next closest (next likely to be navigated to) pages.

Make Ox.List slightly less aggressive with regards to keeping pages of items in the DOM. Concretely, increase the number of pages in the DOM from 3 (previous, current, next) to 5 (first, previous, current, next, last), i.e. never remove the first and last page. Since in practice, the first and last page are probably the next closest (next likely to be navigated to) pages.
rlx added the
oxjs
label 2012-02-21 00:17:47 +00:00
rlx added this to the 12.04 milestone 2012-02-21 00:17:47 +00:00
rlx self-assigned this 2012-02-21 00:17:47 +00:00
rlx added the
normal
enhancement
labels 2012-02-21 00:17:47 +00:00
Author
Owner
moved to <https://trac.oxjs.org/ticket/33>
rlx added the
invalid
label 2012-06-12 18:16:06 +00:00
rlx closed this issue 2012-06-12 18:16:06 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#572
No description provided.