Opened 15 years ago
Closed 15 years ago
#2892 closed bug (wontfix)
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)
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | 1.2.4 → 1.3 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.