-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tooltip): do not open after the pointer has moved off of the refe…
…rence element (#11599) **Related Issue:** #11091 ## Summary - No longer opens the tooltip after the pointer has moved off of the reference element - Clears open timeout when pointer moved and the same tooltip's reference element is no longer hovered - If opening and the hover tooltip doesn't match the tooltip being opened, nothing happens. - Modify delay opening tooltips when a tooltip is already open from `0ms` to `100ms` which is a third the usual time. - Modify delay closing tooltips from `500ms` to `450ms` which is a factor of `1.5` times the opening delay.
- Loading branch information
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters