Navigation using forward and back doesn't work properly when hash change on load using location.href= |
||||||
Issue descriptionChrome Version: (copy from chrome://version): 61.0.3115 OS: (e.g. Win7, OSX 10.9.5, etc...) iOS What steps will reproduce the problem? (1) Go to http://browsingtest.appspot.com/navigation/client_redirect_examples.html (2) Click on the link "location.href hash change onload" (3) Navigate back (4) Navigate forward (5) Navigate back again What is the expected result? After step (2) the browser should navigate to http://browsingtest.appspot.com/navigation/hash_href_change_onload.html#changed0 After step (3) the browser should navigate to http://browsingtest.appspot.com/navigation/client_redirect_examples.html After step (4) the browser should navigate to http://browsingtest.appspot.com/navigation/hash_href_change_onload.html#changed0#changed0 After step (5) the browser should navigate to http://browsingtest.appspot.com/navigation/client_redirect_examples.html What happens instead? After step (4) the browser navigated to http://browsingtest.appspot.com/navigation/hash_href_change_onload.html#changed0 After step (5) the url changed to http://browsingtest.appspot.com/navigation/client_redirect_examples.html but the browser didn't load the page.
,
May 31 2017
,
Jul 10 2017
,
Jul 10 2017
,
Jul 10 2017
,
Nov 29 2017
,
Sep 14
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by mrefaat@chromium.org
, May 31 2017Components: UI>Browser>Navigation