Opened 12 years ago

Closed 12 years ago

#7530 closed bug (fixed)

Droppable fails on a.element.parentsuntil in version 1.8.14

Reported by: brazir Owned by:
Priority: blocker Milestone: 1.8.16
Component: ui.droppable Version: 1.8.14
Keywords: Cc:
Blocked by: Blocking:

Description

In jquery ui version 1.8.14 with jquery 1.3.2 droppable fails on lines 140 and 141 when it attempts to invoke a.element.parentsUntil. This functionality is not present until jquery 1.4 and should be replaced with something else perhaps the closest method

Change History (2)

comment:1 Changed 12 years ago by Scott González

Milestone: 1.91.8.16
Priority: minorblocker
Status: newopen

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

Resolution: fixed
Status: openclosed

Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on a.element.parentsuntil in version 1.8.14.

Changeset: 7b3e6a85c189e703573edd662ced72a3d5eec425

Note: See TracTickets for help on using tickets.