Question
· Jun 13, 2016

Return to most recent results page after viewing post

I've been exploring the Developer Community and noticed a bug.

Steps to reproduce:

  1. Load home page at https://community.intersystems.com/

  2. Scroll to the bottom and select a different page (e.g., 2)

  3. Select a post

  4. Go back with the browser

  5. You should see the same page of results, but I'm seeing the first page regardless of which page I was on previously.

I think one way to address this is to change the URL when the user clicks a different page -- e.g., change it to #page2. Then this is part of their browser history. When they go back, they can hit https://community.intersystems.com/#page2, and the client-side JS can load the appropriate page.

I'm sure there are other ways to solve it but I wanted to at least note this usability issue. The Developer Community has a great interface, though!

Discussion (1)0
Log in or sign up to continue