Bug Tracker

Ticket #2892 (closed bug: wontfix)

Opened 3 months ago

Last modified 2 months ago

Opera, window object and unload event

Reported by: ummon Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.3 Component: event
Version: 1.2.3 Keywords: opera window unload
Cc: Needs: Review

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

Change History

Changed 3 months ago by fearphage

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 2 months ago by flesler

  • status changed from new to closed
  • resolution set to wontfix
  • milestone changed from 1.2.4 to 1.3
Note: See TracTickets for help on using tickets.