Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 4684 by startled: Back button loses functionality after refresh with hash links. http://code.google.com/p/chromium/issues/detail?id=4684 Chrome Version : 0.3.154.9 URLs (if applicable) : picasaweb.google.com, mail.google.com, etc. Other browsers tested: Safari 3.2 (525.26.13) Safari 3: OK Firefox 3: OK IE 7: OK What steps will reproduce the problem? 1. Navigate through more than one hash link on any page (for example, #a, #b, #c). 2. Refresh the page (hitting F5 or the button). 3. Hit the back button multiple times. What is the expected result? The browser will navigate backward through each hash state (#c, #b, #a, etc.) What happens instead? The browser is stuck in a loop between the last two hash states (#c, #b, #c, #b, etc.) Minimal test page: <html> <a href="#a">a</a> <a href="#b">b</a> <a href="#c">c</a> </html> Click on each link, refresh the page, and then hit the back buttons. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
