New issue 106307 by a...@adambragg.com: tab onUpdated event with status =
complete firing multiple times in a single page load
http://code.google.com/p/chromium/issues/detail?id=106307
Chrome Version : 15.0.874.121
OS Version: OS X 10.7.2
URLs (if applicable) : facebook.com
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 5:
Firefox 4.x:
IE 7/8/9:
What steps will reproduce the problem?
1. Create and install the POC Extension as described here:
http://pastie.org/2962518
2. Visit Facebook.com
3. Observe the multiple onUpdated tab events fired with status = complete
in the background page console.
What is the expected result?
There should be only 1 tab onUpdated event with a status of complete.
What happens instead?
There are multiple tab onUpdated events with statuses = complete.
Please provide any additional information below. Attach a screenshot if
possible.
UserAgentString: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2)
AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2
Attachments:
multipleCompletes.jpg 53.8 KB
try out if you can recreate it using pushState()
pushState() was the cause. I have added an enhancement request here:
http://goo.gl/69aui