Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#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 Scott González)

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 Scott González

Description: modified (diff)

comment:2 Changed 13 years ago by Scott González

Resolution: fixed
Status: newclosed

Fixed in 0a0a39f.

comment:3 Changed 13 years ago by Scott González

Milestone: 1.91.8.5

comment:4 Changed 12 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.