-
Notifications
You must be signed in to change notification settings - Fork 873
[EuiToolTip] Remove delay and update animation #9626
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
Merged
weronikaolejniczak
merged 15 commits into
elastic:main
from
weronikaolejniczak:feat/remove-delay
May 5, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e4dcc2a
feat(eui): remove EuiToolTip delay prop
weronikaolejniczak 6c215f6
chore(eui): remove waitForEuiToolTip test helpers and update tests
weronikaolejniczak 3301c9b
fix(eui): fix side effect in EuiFilterSelectItemClass
weronikaolejniczak 1d37f18
feat(eui): update animation to work only on opacity
weronikaolejniczak 1305b87
fix(eui): fix tooltip manager to not re-register the same tooltip
weronikaolejniczak 941540b
feat(website): remove delay from docs
weronikaolejniczak 57c5b51
chore: add changelog
weronikaolejniczak f9b96d2
chore: remove duplicate vars after conflicts
weronikaolejniczak e9da4ff
chore(eui): import isValidElement directly
weronikaolejniczak d7fe667
fix(website): remove delay from examples
weronikaolejniczak cda062a
fix(eui): remove setVisible from positionToolTip
weronikaolejniczak 0e0cb1b
chore: fix typo for color picker swatch in a comment (Copilot)
weronikaolejniczak 4e26386
chore: fix typo for table in a comment (Copilot)
weronikaolejniczak 98b24c1
chore(eui): update keyboard test case
weronikaolejniczak 4d88fd7
chore(eui): replace fireEvent with userEvent and simulate helper
weronikaolejniczak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| - Updated `EuiToolTip` show animation to opacity-only with a 150ms grace period delay, preventing visual flickering when quickly hovering over multiple tooltip triggers | ||
|
|
||
| **Bug fixes** | ||
|
|
||
| - Fixed `EuiToolTip` self-hiding when the mouse moves over child elements within the trigger | ||
|
|
||
| **Breaking changes** | ||
|
|
||
| - Removed `delay` prop and `ToolTipDelay` type from `EuiToolTip` and `EuiIconTip` | ||
| - Removed `waitForEuiToolTipVisible` and `waitForEuiToolTipHidden` RTL test helpers; tooltip show/hide is now synchronous so direct assertions can be used instead | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.