Side navigation
#2892 closed bug (wontfix)
Opened May 17, 2008 11:41AM UTC
Closed June 17, 2008 07:36PM UTC
Opera, window object and unload event
Reported by: | ummon | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | event | Version: | 1.2.3 |
Keywords: | opera window unload | Cc: | |
Blocked by: | Blocking: |
Description
The event 'unload' is not fired in Opera when attached to the 'window' object.
Here is an example :
$(document).read(
function()
{
$(window).unload(function(){ alert("ok") })
}
)
Tested with jQuery 1.2.3 and 1.2.4a
and Opera 9.27 under Debian
It works with IceWeasel 2.0.0.14 (Firefox)
Opera simply does not fire the unload event. This is not a jquery bug. If you would like to file an Opera bug about it, feel free.