Ticket #3653 (closed bug: fixed)
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: | |
| Blocking: | Blocked by: |
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?
Change History
Note: See
TracTickets for help on using
tickets.


This is already fixed.