Project

General

Profile

Actions

Feature proposal #7622

closed

Improve modal window to keep previous/next pages in the DOM

Added by krileon almost 5 years ago. Updated almost 3 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Target version:
-
Start date:
12 July 2019
Due date:
% Done:

100%

Estimated time:

Description

Currently if you scroll through gallery entries the entry you scrolled from (now the previous) is removed from the DOM. If you go back it has to HTTP request it all over again. It should just re-display what we've already requested to significantly speed up navigating over gallery entries multiple times in the same modal window request.

Actions #1

Updated by krileon almost 3 years ago

  • Status changed from Assigned to Rejected
  • Target version deleted (2.5.0)
  • % Done changed from 0 to 100

Browser caching is being leveraged now so this isn't really an issue. Leaving all those nodes in the DOM would slow the page to a crawl due to each having comment streams, like streams, and other data resulting in hundreds of additional nodes.

Actions

Also available in: Atom PDF