Skip to main content

Search and Top Navigation

#3653 closed bug (fixed)

Opened December 09, 2008 06:14PM UTC

Closed December 31, 2008 08:44PM UTC

Draggable: Bug - wrong className in iframeFix

Reported by: ALLPRO Owned by:
Priority: major Milestone: 1.7
Component: ui.draggable Version: 1.5.2
Keywords: iframe iframeFix Cc:
Blocked by: Blocking:
Description

The classNames used when creating and removing masking-divs in the iframeFix method do not match. Because of this, the iframe masking divs are NOT REMOVED after dragging stops.

This is the code to create the iframe element:

$('<div class="ui-draggable-iframeFix" ... )

This is the code to remove the iframe(s)

$("div.DragDropIframeFix").each( ... )

The classNames do not match!

When I changed the selector to "div.ui-draggable-iframeFix", the iframes are removed correctly. So this is a simple fix - just correct the class!

NOTE: I am using the latest 'stable release' - I did not check v1.6, so perhaps this has already been fixed in that version?

Attachments (0)
Change History (1)

Changed December 31, 2008 08:44PM UTC by scottgonzalez comment:1

milestone: TBD1.6
resolution: → fixed
status: newclosed

This is already fixed.