Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event processing conflicts on tree drag drop #805

Closed
cagataycivici opened this issue Oct 19, 2015 · 0 comments
Closed

Event processing conflicts on tree drag drop #805

cagataycivici opened this issue Oct 19, 2015 · 0 comments
Assignees
Labels
5.2.14 5.3.1 🐞 defect Bug...Something isn't working
Milestone

Comments

@cagataycivici
Copy link
Member

This is reported by a PRO user;

I have requirement to display the data in a tree with drag and drop functionality to move the leaf nodes from one folder to another folder in a tree. As per the requirement I can have only one root node which will have the complete tree below it.
Root-----------------------------------------
------ A ------------------------------------
------ XX(Folder)----------------------------
------------------- B------------------------
------ YY(Folder)----------------------------
-------------------- C-----------------------
--------------------ZZ(Empty Folder)-------
-------------------- D-----------------------
Problem Statement:
While dragging and dropping the tree node from one folder to another folder, the folder name is changed to the name of the folder from where it is dragged from. e.g. If you see in the above tree If I try to drag the last node "D" from "YY" folder to between "A" node and "XX" folder then the "XX" folder name is changed to "YY".

@cagataycivici cagataycivici added 5.2.14 🐞 defect Bug...Something isn't working 5.3.1 labels Oct 19, 2015
@cagataycivici cagataycivici added this to the 5.4 milestone Oct 19, 2015
@cagataycivici cagataycivici self-assigned this Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.2.14 5.3.1 🐞 defect Bug...Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant