Skip to main content

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

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)
  • dd-forum.html (1.2 KB) - added by kof January 16, 2010 05:26PM UTC.

    demo

Change History (6)

Changed January 16, 2010 05:28PM UTC by kof comment:1

Ups, there is my nickname in the title because of copy&paste :)

Changed January 19, 2010 10:38AM UTC by kof 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 jzaefferer comment:3

priority: blockermajor

Changed October 11, 2012 09:07PM UTC by scottgonzalez comment:4

milestone: TBD2.0.0

Changed November 06, 2012 03:19AM UTC by mikesherov comment:5

status: newopen
summary: oleg008 sortable issue with flash inside of the containerSortable: drag doesn't work with flash inside the container

confirmed on latest: http://jsfiddle.net/RQbD3/ Draggable works, sortable doesn't.

Changed March 07, 2013 03:19AM UTC by tj.vantoll comment:6

resolution: → duplicate
status: openclosed

Duplicate of #5048.