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

[Chrome] DragOut fires when mouse goes over an element inside the drop area #340

Open
marlon-tucker opened this issue Sep 14, 2017 · 5 comments

Comments

@marlon-tucker
Copy link

marlon-tucker commented Sep 14, 2017

Hello,

On chrome, the drag out event fires when the user goes over elements which exist inside the drop area, therefore causes horrible flicker depending on what the drag over styles are.

It can be replicated on the demo page using Chrome Version 61.0.3163.79 (whatever the latest is).

I reckon confirming the event target is the same as the element where the directive is declared will resolve this problem - but that's just a guess.

Thanks

Marlon

@webcat12345
Copy link

Same issue here. any clue about this issue?

@marlon-tucker
Copy link
Author

marlon-tucker commented Sep 25, 2018 via email

@webcat12345
Copy link

Yeah. it works fine, but I can't give a pointer-events: none to all child elements, that's why some of them are links and some of them are buttons and so on. Any better solution for this?

@marlon-tucker
Copy link
Author

marlon-tucker commented Sep 25, 2018 via email

@webcat12345
Copy link

That could be an option. Thank you very much for your help

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

3 participants