-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Allow hover tooltip contents #16050
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
Allow hover tooltip contents #16050
Conversation
oleq
left a comment
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.
Can we delay the hiding of the tooltip? It's very hard to move a cursor to it because it hides right away unless the cursor moves perfectly along the "^" (arrow pseudo-element). See the screencast below.
Screen.Recording.2024-03-25.at.14.26.02.mov
oleq
left a comment
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.
The logic responsible for showing tooltips is broken after recent changes
Screen.Recording.2024-03-25.at.16.16.51.mov
|
@oleq Fixed, can you check again? |
Suggested merge commit message (convention)
Feature (ui): Added the ability to move the mouse cursor to the tooltip without it closing.
Feature (ui): Introduced support for closing tooltips using the Escape key.
Additional information
Closes https://github.com/cksource/ckeditor5-commercial/issues/6039.
Related to https://github.com/cksource/ckeditor5-commercial/pull/6098