-
-
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] Fix disableTouchListener behavior #20807
Conversation
Details of bundle changes.Comparing: d798533...9237430 Details of page changes
|
I realized which this diff only work for the first render. I'm trying to get a better approach |
@weslenng Does the latest version of the pull request match your expectations? |
@oliviertassinari It solves the problem, so yes. |
@weslenng Don't worry, it's an opportunity to see what was missing :) |
The mouseOver event was making the tooltip visible (on a touch) with
disableTouchListener=true
Closes #20245