Opened 11 years ago
Closed 11 years ago
#11925 closed bug (fixed)
special.teardown should pass the handle as second argument
Reported by: | Krinkle | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The code in jQuery.event.special.beforeunload.teardown assumes this second argument, but it is not being passed.
This causes the eventHandle to stay long after the last event has been unbound. (e.g. off('beforeunload', fn)
does not remove handle from the property).
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fix #11925, Pass eventHandle to special.teardown. Closes gh-831.
- Added unit test to confirm. The third assertion fails without the fix in ./src/event.js Changeset: 9bb3494ce99889e05a7333e38e4da9579ce6af8e
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/jquery/pull/831