Search and Top Navigation
#5068 closed bug (duplicate)
Opened January 16, 2010 05:25PM UTC
Closed March 07, 2013 03:19AM UTC
Sortable: drag doesn't work with flash inside the container
Reported by: | kof | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is an issue with ui.sortable.js. If the container you want to
drag has an <embed/> tag inside it stops after dragstart.
A similar issue was described here
Seems to be a bug of firefox on mac.
Here is a demo without any unnecessary stuff:
http://dev.ajaxsoft.de/test/dd-forum.html
Thanks
Attachments (1)
Change History (6)
Changed January 16, 2010 05:28PM UTC by comment:1
Changed January 19, 2010 10:38AM UTC by comment:2
I have a workaround now:
1. There is no problems by dragging the original element
1. If we want to use a helper, we can't change some properties of the original item, for e.g. css prop position or display. To hide the original item we have to set overflow:hidden; and hight:0 .
Changed February 17, 2010 12:06PM UTC by comment:3
priority: | blocker → major |
---|
Changed October 11, 2012 09:07PM UTC by comment:4
milestone: | TBD → 2.0.0 |
---|
Changed November 06, 2012 03:19AM UTC by comment:5
status: | new → open |
---|---|
summary: | oleg008 sortable issue with flash inside of the container → Sortable: drag doesn't work with flash inside the container |
confirmed on latest: http://jsfiddle.net/RQbD3/ Draggable works, sortable doesn't.
Ups, there is my nickname in the title because of copy&paste :)