Modify ↓
Ticket #6202 (closed bug: fixed)
special events + .die issue in 1.4.2
| Reported by: | cowboy | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | event | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When special events are unbound via .die, remove + teardown never get called, and the event-named property is not removed from the 'events' data object.
in 1.4.3pre: http://jsfiddle.net/cowboy/JzDsq/ in 1.4.2: http://jsfiddle.net/cowboy/JzDsq/1/
Change History
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.

BTW, I only linked tests in both 1.4.2 and 1.4.3pre to show that I've encountered the problem in the latest dev build as well as 1.4.2. The result (broken) is the same in both examples.