Skip to main content

Search and Top Navigation

#6003 closed bug (duplicate)

Opened August 30, 2010 06:08AM UTC

Closed August 30, 2010 12:20PM UTC

Last modified October 11, 2012 09:15PM UTC

jQuery.ui.draggable is very slow while dragging over an iFrame in Firefox.

Reported by: KeithMajhor Owned by:
Priority: minor Milestone:
Component: ui.draggable Version: 1.8.4
Keywords: Firefox Slow jQuery draggable iframe Cc:
Blocked by: Blocking:
Description

That's pretty much it. Any draggable element, including sortable, is VERY slow while dragging over an iFrame in Firefox. Too the point where if you move the mouse too quickly it'll bug out.

Attachments (0)
Change History (5)

Changed August 30, 2010 07:36AM UTC by rdworth comment:1

I propose the fix for this is to do away with the iframeFix option and build-in the behavior of it (which is to place a div over iframes during drag) being set to true, which is not currently the default.

Changed August 30, 2010 08:46AM UTC by jzaefferer comment:2

We do that elsewhere anyway, right?

Changed August 30, 2010 11:43AM UTC by rdworth comment:3

Elsewhere we place invisible iframes under divs, via bgiframe, but this is placing a transparent div over a visible iframe. I don't know of anywhere else we're doing this, unless it's done in some other drag-and-drop interaction, like sortable or resizable, and done differently than here. But it brings up a good point, this needs to be done every time the mouse is captured by the mouse widget. Maybe it should be done by the mouse widget.

Changed August 30, 2010 12:20PM UTC by scottgonzalez comment:4

resolution: → duplicate
status: newclosed

Duplicate of #6004.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:5

milestone: TBD

Milestone TBD deleted