Project

General

Profile

Bug #2753

Bug #2750: Browser back/forward buttons don't cause page to change

Fix search page browser controls

Added by Luke Murphey almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
05/20/2020
Due date:
% Done:

100%

History

#1 Updated by Luke Murphey almost 4 years ago

Qs:
  • Does queryParams represent the current URL on forward/back?
    • It does
  • Why doesn't the page re-render on forward/back?
    • I can call
  • What are the the cases I have too handle?
    • Load results on page load
      • Will not load if no results are available
    • Load results on "go"
    • Load results on "next"
    • Load results on "back"
    • Load results on browser next
    • Load results on browser back
  • How do I determine if the results are different?
    • The things that could be compared are:
      • state: this is being loaded from the URL and thus matches the URL
      • URL
      • history:
      • match: doesn't work since we are using query params
      • location: key seems to match history
Obs:

#2 Updated by Luke Murphey almost 4 years ago

  • Status changed from New to In Progress

#3 Updated by Luke Murphey almost 4 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF