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

Drag and drop: after the call to dragEnter there should be an immediate call to dragOver #565

Closed
te-netronic opened this issue Mar 4, 2016 · 0 comments

Comments

@te-netronic
Copy link

I'm using ext-dnd. When I move the mouse cursor slowly between the nodes, on one pixel the cursor does show as a universal drop cursor instead of showing the forbidden or allowed cursor. This is also visible on the standard Fancytree examples. This happens always when a new FancytreeNode reprentation is entered. Technical, a call to the "over" command is missing directly after the "enter" command.

Suggestion for a bug fix: I think, that the removal of the "break;" command after handling the "enter" in the _onDragEvent of jquery.fancytree.dnd.js should work. Or at the caller, the call of the "enter" command should immediately be followed by a call to the "over" command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants