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 events not fired on decorators #8

Open
joechrz opened this issue Apr 1, 2016 · 2 comments
Open

drag events not fired on decorators #8

joechrz opened this issue Apr 1, 2016 · 2 comments

Comments

@joechrz
Copy link
Collaborator

joechrz commented Apr 1, 2016

Drag events inside a grid decorator are not firing.

Investigation showed that the focus handling of the grid was moving the focus between the container and textarea, probably making chrome unhappy and causing the drag event to not work.

Workaround is to add tabindex='0' to any element in the decorator that needs to be draggable so it can receive focus.

@scamden scamden added the bug label Jun 17, 2017
@scamden
Copy link
Member

scamden commented Jun 17, 2017

hmm this seems tricky, would love to get a simple repro code snippet if possible, if not we can just discuss more so i know which drag event isn't working (dragstart, or just drag etc)

@scamden
Copy link
Member

scamden commented Jul 6, 2017

maybe has something to do with this line in the core text area textarea.setAttribute('ondragstart', 'return false;');

:P

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