Home - Forums-.NET - FlyTreeView (ASP.NET) - Drag-n-Drop not displaying Icon/Text while I am dragging

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Drag-n-Drop not displaying Icon/Text while I am dragging
Link Posted: 03-Dec-2007 06:18
When I drag a node, I cannot see the icon/text while the node is being dragged, I just see a small gray box and a circle (the node is drag enabled). When I specify the doc type to HTML, it works, but if I set the doc type to the same as the samples solution (XHTML), then it will not display the Icon/Text while I am dragging. What is going on here?
Link Posted: 03-Dec-2007 06:57
Could you please post your page code here (at least document header and treeview).
So that we can run and debug it locally.

Thanks in advance.
Link Posted: 03-Dec-2007 07:21
All you need to do is bring up the 9Rays.net VB Samples and run the Demo_DragAndDrop.aspx sample. When you drag a node, you do not get the Icon/Text as you are dragging.

If you change the Master Page DocType to:



and then run the Demo_DragAndDrop.aspx, you *will* see the Icon/Text.

If the Doc Type is:



Then the Icon/Text on the node is *not* displayed while dragging.
Link Posted: 03-Dec-2007 08:18
Oh, now I see.
This was an IE7 related bug.

Now it is fixed. You can already download fixed version from:
http://www.9rays.net/download.aspx?productFamily=TreeView_ASP.NET_2

Thanks for cooperation.
Link Posted: 03-Dec-2007 08:48
Thank you very much, that fixed this issue. I appreciate the quick response.