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
Milestone: | 1.9 → 1.8.16 |
---|---|
Priority: | minor → blocker |
Status: | new → open |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on a.element.parentsuntil in version 1.8.14.