Opened 10 years ago

Closed 10 years ago

#1842 closed defect (fixed)

Footnote frame is forcing reload of scripts, css and images

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 3.3.1
Component: web Version:
Keywords: Cc:

Description

The footnote frame is re-loading once every minute to keep the login session alive and to display messages when they arrive. The page is reloaded with location.reload(true) which forces a reload of all resources on the page, including scripts, stylesheets and images. This is not really necessary.

On the other hand, the manual reload button is equivalent to location.reload(false) which doesn't force a reload.

This behavior should be switched so that the footnote doesn't force a reload whereas the manual reload does.

Change History (1)

comment:1 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: newclosed

(In [6530]) Fixes #1842: Footnote frame is forcing reload of scripts, css and images

Note: See TracTickets for help on using tickets.