Opened 13 years ago
Closed 10 years ago
#5068 closed bug (duplicate)
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 http://groups.google.com/group/jquery-ui/browse_thread/thread/1e8b3cfbecc5de7b/bf06acfc76354d94?lnk=gst&q=Draggable+issued+with+Embedded#bf06acfc76354d94
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 (7)
Changed 13 years ago by
Attachment: | dd-forum.html added |
---|
comment:2 Changed 13 years ago by
I have a workaround now:
- There is no problems by dragging the original element
- 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 .
comment:3 Changed 13 years ago by
Priority: | blocker → major |
---|
comment:4 Changed 10 years ago by
Milestone: | TBD → 2.0.0 |
---|
comment:5 Changed 10 years ago by
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.
Note: See
TracTickets for help on using
tickets.
demo