-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Tooltip] Long press select text on iOS #23466
Conversation
@oliviertassinari hi, haven't seen this type of failure before. is there something I have done incorrectly? |
We work on this problem at #23464. |
ok, thank you for the information! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. The cleanup is a bit too eager though.
e6f0493
to
c176d2b
Compare
c176d2b
to
947b12c
Compare
bug fixed and test case added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great cleanup
Did somebody confirm this works on iOS? It's not working on iPadOS. The PR description might still be correct since iOS and iPadOS are different operating systems. Just want to make sure we don't think this fixed it on all touch devices. |
I added a useRef for keeping track of old WebkitUserSelect. If placement of introducing the ref is incorrect, feedback is much appreciated!
Closes #23232