Skip to main content

Bug Tracker

Side navigation

#1177 closed bug (wontfix)

Opened May 13, 2007 12:23AM UTC

Closed March 31, 2008 01:37AM UTC

Drag and Drop copy of HTML elements issues in IE6+

Reported by: erangalp Owned by: stefan
Priority: major Milestone: 1.1.3
Component: interface Version: 1.1.2
Keywords: draggables, idrag Cc:
Blocked by: Blocking:
Description

When creating a draggable using the Interface library 1.2 from an HTML element which has some nested elements, some graphical bugs occur during a drag event.

In IE6 some nested elements inside the dragged elements 'disappear' (apparently changing to opacity 0.0)

In IE7 transarent PNG images which are used as background for an HTML element become completely opaque during drag.

Those graphical issues occur after the draggable element has been dragged at least once (during first drag there are no graphical bugs) - I assume that since the iDrag component creates a copy of the dragged element, some properties are not preserved correctly, or not cleared entirely upon drop (leaving residues that are causing the graphical issues during second drag and beyond).

If necessary, I can supply examples of the HTML elements that trigger those graphical issues.

I attached 4 images - Two for each version of Internet Explorer, showing the elemnts before the drag and during second drag (after the element has been dragged once). The graphical issues are obviously more severe in IE6.

Attachments (1)
Change History (1)

Changed March 31, 2008 01:37AM UTC by scott.gonzal comment:1

resolution: → wontfix
status: newclosed

Interface is no longer supported; consider switching to jQuery UI.