New issue
Advanced search Search tips

Issue 728282 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 728283
Owner:
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

Navigation using forward and back doesn't work properly when hash change on load using location.href=

Project Member Reported by mrefaat@chromium.org, May 31 2017

Issue description

Chrome 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.

 

Comment 1 by sczs@chromium.org, May 31 2017

Status: Assigned (was: Untriaged)
Mergedinto: 728283
Status: Duplicate (was: Assigned)

Sign in to add a comment