Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 5 years ago by olivier
comment:1 Changed 5 years ago by olivier
Actually it is not even related to connectToSortable. Just dragging from sortable to draggable.
Changed 5 years ago by olivier
comment:2 Changed 5 years ago by scott.gonzalez
- Priority changed from major to critical
- Component changed from ui.core to ui.draggable
- Milestone changed from TBD to 1.6
Note: See
TracTickets for help on using
tickets.


