Title: drag and drop bug in tree Post by: JeroenNL on May 04, 2015, 07:31:52 AM Hi,
I think I found a drag and drop bug in the tree control. I have attached an example to this post. To reproduce: - run tree.html - select Folder1 node so that an orange bar appears to indicate the node was selected - drag, for example, File8 node over other childnodes of Folder1. You will see it can't be dropped anywhere. This goes for any child of Folder1. NOTE: you CAN drop a child on Folder1 in this scenario. After doing so, you will be able to drag and drop childs of Folder1 on each other again. So that seems to "repair" things. Also, it seems the DragOver event does not fire when things are in an erronous state. Can this be fixed? Cheers, Jeroen Title: Re: drag and drop bug in tree Post by: jarry on May 04, 2015, 06:11:09 PM Please try to download the patch from http://www.jeasyui.com/download/downloads/jquery-easyui-1.4.2-patch.zip.
Title: Re: drag and drop bug in tree Post by: vencelylalas on May 04, 2015, 10:33:33 PM i also encountered such problem :'(.
hoping there's someone who can really help with this problem Title: Re: drag and drop bug in tree Post by: JeroenNL on May 05, 2015, 02:04:00 AM The patch solved the problem.
|