Opened 14 years ago
Closed 13 years ago
#3502 closed bug (fixed)
draggable connected to sortable - error when the items are dragged back to a droppable
Reported by: | olivier | Owned by: | eduardo |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.draggable | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Say we've:
- Some draggables
- one sortable
- one draggable
If we drag one draggable(1) and drop it into the sortable(2), and drag it again to a droppable, then the following error occurs:
event.target.hasAttribute is not a function
if(!noPropagation) this.element.trigge...n, [e, this.ui(inst)], this.options[n]);
Attachments (2)
Change History (6)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Changed 14 years ago by
comment:2 Changed 14 years ago by
Component: | ui.core → ui.draggable |
---|---|
Milestone: | TBD → 1.6 |
Priority: | major → critical |
comment:3 Changed 14 years ago by
Owner: | changed from paul to eduardo |
---|---|
Status: | new → assigned |
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This should be fixed with 1.6rc3 (or the current trunk version).
Note: See
TracTickets for help on using
tickets.
Actually it is not even related to connectToSortable. Just dragging from sortable to draggable.