OdinaSpb / jstree

Automatically exported from code.google.com/p/jstree
0 stars 0 forks source link

DND event handlers not called #927

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a tree with dnd plugin
2. Write drop_finish handler function and write alert in that function
3. Do drag & drop, the alert is not coming up

What is the expected output? What do you see instead?
The expected output is that an javascript alert should popup.
What I see is that no alert is coming up.

What version of the product are you using? On what browser?
v1.0rc2. Mozilla Firefox 3.6.15

Please provide any additional information below.
If the information above is not sufficient

Original issue reported on code.google.com by bakpa...@gmail.com on 17 Mar 2011 at 9:32

GoogleCodeExporter commented 9 years ago
The dnd plugin is for foreign objects only, not nodes within the tree. 

Original comment by cwolgast on 18 Mar 2011 at 7:28