Ticket #6008 (closed bug: fixed)
Widget: auto-destroy is broken in jQuery 1.4
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.8.5 |
| Component: | ui.widget | Version: | 1.8.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by scott.gonzalez) (diff)
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
comment:2 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
Fixed in 0a0a39f.
comment:4 Changed 2 years ago by Scott González
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.

