Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
Description
Steps to repro:
- Load a regular page, eg. https://docs.mongodb.org/v2.6/tutorial/define-roles/
- Click on "Reference" in the left pane. The sub-entries under Reference will expand.
- Click on a sub-entry that has further sub-entries, eg. click on "+ Database Commands".
- In addition to expanding the "Database Commands" sub-entries, the page itself will navigate to https://docs.mongodb.org/v2.6/reference/command/
- Click on the browser Back button.
- The URL will update to that of the previous page https://docs.mongodb.org/v2.6/tutorial/define-roles/, which is expected.
- However, the content on the page does not update, which is not expected. The actual content still shows the "Database Commands" page, not the "Create a Role" page.
- A hard refresh of the page loads "Create a Role", as expected. But when navigating around the docs it is extremely jarring for page history to not work properly.
Repro'd in latest stable Chrome 49.0.2623.112 on Linux.