Comment #1 on issue 32543 by wilson.jim.r: JavaScript redirects possibly do not add to browser history stack
http://code.google.com/p/chromium/issues/detail?id=32543

As far as I can tell, the problem is specifically with window.open(), eg:

window.open('path/here', '_self')

The following is equivalent, but does not exhibit the problem (tested in IE7, FF3.5
and Chrome):

window.location.assign('path/here')


--
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
-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to