-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Child input not focusing on touch events #116
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
Comments
+1 |
Gave up on ghost click handling entirely - too many gotchas, too many weird mobile browsers. |
Did you ever fixed the issue or found a workaround? @STRML |
I believe we removed the ghost click handling. Is this still an issue for On Sep 9, 2016 8:20 AM, "Berkay Sargın" [email protected] wrote:
|
not tested yet I will test and get back to you. ;) thanks |
Has it been solved? Because I still encounter this problem with not selecting the |
this is still an open issue, you can't focus inputs nested inside |
Solved with the "cancel" prop? #314 |
Thanks for making this library it has been really helpful for us.
We have found an issue with child input events not focusing on touch events. To reproduce:
Draggable
Example here on the top right
It is a problem with the ghost click hack on
onMouseDown
. This prevents the event from propagating to the input. As this is to fix another issue I'm not too what is the best way to handle it.We are overriding the
onMouseDown
function using the reference toDraggable
in ourcomponentDidMount
and ignoring the ghost click hack.Thanks
The text was updated successfully, but these errors were encountered: