Skip to main content

Bug Tracker

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)

Attachments (0)
Change History (2)

Changed May 24, 2008 01:49PM UTC by fearphage comment:1

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.

Changed June 17, 2008 07:36PM UTC by flesler comment:2

milestone: 1.2.41.3
resolution: → wontfix
status: newclosed