Status: New
Owner: ----

New issue 2155 by andrew.j...@gmail.com: Stops firing hashchange event after first trigger.
http://code.google.com/p/v8/issues/detail?id=2155

I've found a bug in the latest stable version of chrome i believe is a V8 issue. I've posted this to google chromes issues list also.

Chrome Version       : 19.0.1084.46 (Official Build 135956)
URLs (if applicable) :
Other browsers tested:
  Add OK or FAIL after other browsers where you have tested this issue:
     Safari 5:   NOT TESTED
  Firefox 4.x:   OK
       IE 7/8/9: OK
IE8 + Chrome frame: FAIL
   Chrome V18.x: OK
Chrome V19.x FAIL (introducted in the lastest stable release. On May 15th)
   Chrome v20.x BETA: OK


What steps will reproduce the problem?
1. Clicking a link changes the url hash fragment.
2. The first time the onhashchange event is triggered the function is called as expected. 3. Clicking a different link to charge the url hash again successfully changes the hash fragment in the url but no hashchange event is triggered. I've had situations where the hashchange event is triggered on the 2nd/3rd and 4th clicks however after that it stops.

What is the expected result?
Url hash is changed, expect onhashchange event to fire.

What happens instead?
First hash change event is triggered. After that the url is changed but no event is triggered.

Please provide any additional information below. Attach a screenshot if
possible.
This bug is only reproducible in Chrome V19.

--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to