Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 22 months ago by scott.gonzalez
- Priority changed from minor to blocker
- Status changed from new to open
- Milestone changed from 1.9 to 1.8.16
comment:2 Changed 22 months ago by Scott González
- Status changed from open to closed
- Resolution set to fixed
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.

