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

Filtered items do not receive any clicks. #1289

Closed
jekor opened this issue Feb 24, 2018 · 1 comment
Closed

Filtered items do not receive any clicks. #1289

jekor opened this issue Feb 24, 2018 · 1 comment

Comments

@jekor
Copy link

jekor commented Feb 24, 2018

The filter logic in _onTapStart is overzealous in that it will prevent clicks entirely. For example, if the item to be dragged has an input inside of it, the input becomes impossible to focus with the mouse. The problem appears to be resolved when I comment out evt.preventDefault() in the preventOnFilter && evt.preventDefault(); lines. I'm not submitting a pull request because I'm not sure if such a change would introduce other bugs.

@migg24
Copy link

migg24 commented May 18, 2018

@jekor I had the same issue. But this is a duplicate of #972, and the solution given there at the end using preventOnFilter: false solved it for me.

@owen-m1 owen-m1 closed this as completed Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants