This is a migrated thread and some comments may be shown as answers.

Bring Dragged element to front in IE

2 Answers 48 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Mo
Top achievements
Rank 1
Mo asked on 17 Aug 2010, 03:25 PM
hello,
I'm having a problem with the drag and drop function from your listview example in IE.  It works fine in all browsers except IE (7,8).  When I click on the drag handle, the dragged item does not display in front of everything.  I've been tinkering with the css for hours to get this to display correctly in IE to no avail.  I'm using the same class names as in your example.  Are there specific classes that I should be modifying?  The element that is being dragged is behind some elements and in front of others.  The problem is when I try to drag the item onto the target area.  Since the dragged item is behind the target area, i'm not able to drop it on that area.  I realize that IE has many issues with z-index, but there has to be something that i'm missing.  What is the class (from your example:http://demos.telerik.com/aspnet-ajax/listview/examples/itemdragdrop/defaultcs.aspx) that handles the dragged item that displays when you click on the drag handle and start dragging?  I've been working on this for over 4 hours.....
If this helps at all, the listview is placed inside a fieldset.  The dragged item displays behind that fieldset.

thanks for your time,

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 18 Aug 2010, 10:58 AM
Hello Mo,

Please set a high-enough z-index style to the rlvDraggedItem CSS class. For example:

.rlvDraggedItem
{
        z-index: 99999;
}


Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Mo
Top achievements
Rank 1
answered on 19 Aug 2010, 12:59 AM
Thanks Dimo, that worked!

Thanks again.
Tags
ListView
Asked by
Mo
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Mo
Top achievements
Rank 1
Share this question
or