cockpit-project / cockpit

Cockpit is a web-based graphical interface for servers.
http://www.cockpit-project.org/
GNU Lesser General Public License v2.1
11.21k stars 1.11k forks source link

logs: Returning from detailed view causes logs to lose its place #11664

Open garrett opened 5 years ago

garrett commented 5 years ago
  1. View detailed information for a log line on the Logs page
  2. Hit the browser's back arrow or click on the breadcrumb on the top of the page
  3. Become disoriented when trying to find the place where you previously were

Filters, log data, and scroll position should all persist.

(Perhaps this is related to #11663, with regard to the scroll position.)

martinpitt commented 3 years ago

Confirmed on 238.

garrett commented 3 years ago

13091 is related. It was about back buttons in general, and specifically about back buttons being broken. This is about the position on the page shifting when going back, due to content being re-rendered.

Hopefully, we'll keep these issues in mind when re-implementing the page in PF4.