Status: Unconfirmed
Owner: ----
Labels: Pri-2 Via-Wizard Type-Bug OS-Linux
New issue 172859 by
sandeepr...@gmail.com: browser history mixing up with
contanning iframe history
http://code.google.com/p/chromium/issues/detail?id=172859
UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like
Gecko) Chrome/24.0.1312.56 Safari/537.17
Steps to reproduce the problem:
1. Create a page containing iframe.
2. Do some page navigation in iframe.
3. Change parent window URL(
http://domainA.home to
http://domainA/success
page) via JavaScript for eg. (top.window.location='redirect_url')
4. Click on browser back button
What is the expected behavior?
Expected behaviour is that it will take us to previously opened parent
page(means from
http://domainA/success to
http://domainA/home page).
What went wrong?
On click of back button browser try to open iframe
url(
http://domainA/finish) on parent page instead of "
http://domainA/home
page".
Did this work before? N/A
Chrome version: 24.0.1312.56 Channel: stable
OS Version:
Works fine on firefox and IE8/9
Breaks on Chrome and safari