Search and Top Navigation
#3502 closed bug (fixed)
Opened October 23, 2008 06:02PM UTC
Closed December 17, 2008 03:23PM UTC
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:
1. Some draggables
2. one sortable
3. 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 (4)
Changed October 23, 2008 06:27PM UTC by comment:1
Changed October 24, 2008 12:51AM UTC by comment:2
component: | ui.core → ui.draggable |
---|---|
milestone: | TBD → 1.6 |
priority: | major → critical |
Changed November 03, 2008 11:26AM UTC by comment:3
owner: | paul → eduardo |
---|---|
status: | new → assigned |
Changed December 17, 2008 03:23PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | assigned → closed |
This should be fixed with 1.6rc3 (or the current trunk version).
Actually it is not even related to connectToSortable.
Just dragging from sortable to draggable.