#6008 closed bug (fixed)
Widget: auto-destroy is broken in jQuery 1.4
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8.5 |
Component: | ui.widget | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
jQuery was refactored in 1.4 such that .remove() isn't used for every method that removes elements. We should hook into jQuery.cleanData if it exists, and proxy .remove() if it doesn't.
see forum post.
Change History (4)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | 1.9 → 1.8.5 |
---|
comment:4 Changed 12 years ago by
Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - Widget: auto-destroy is broken in jQuery 1.4.
Changeset: 0a0a39f896f83412dc91bedd6819c3a3a0932302
Note: See
TracTickets for help on using
tickets.
Fixed in 0a0a39f.