Modify ↓
Ticket #6644 (closed bug: fixed)
binding/unbinding function to beforeunload event
| Reported by: | czambran | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.2 | |
| Component: | unfiled | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When using bind/unbind to attach and remove a function to the beforeunload event, firefox, through firebug, reports the following error:
e is null
? in jquery.min.js@54(Object { name="a"})jquery.min.js (line 55)
? in jquery.min.js@49()jquery.min.js (line 49)
if(!b){d=a.type.split(".");a.type=d.sh...nt view wheelDelta which".split(" "),
}}
I have attached a simple HTML file that would allow you to easily reproduce the problem using Firefox with Firebug and the persist feature of the console tab enabled.
Attachments
Change History
Changed 3 years ago by czambran
-
attachment
unloadTest.html
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

HTML file that can be used to reproduce the bug