Comment #17 on issue 4422 by Nsirish: onbeforeunload related bug (both
Chrome and Safari)
http://code.google.com/p/chromium/issues/detail?id=4422
I am using onbeforeunload event on the popup screen to Refresh the MainPage
when
ever the popup is closed; since onbeforeunload is not supported my main
page is not
refreshing at all; Here is the code i used
window.onbeforeunload = function(e){ window.opener.location.reload(true);}
Any thoughts or suggestions
--
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
-~----------~----~----~----~------~----~------~--~---