Tooltips in the link actions view won't go away when hidden using Esc key press #12492
Labels
intro
Good first ticket.
package:link
package:ui
squad:features
Issue to be handled by the Features team.
type:bug
This issue reports a buggy (incorrect) behavior.
type:regression
This issue reports a bug that was not present in the previous releases.
Milestone
π Provide detailed reproduction steps (if any)
βοΈ Expected result
The tooltip is gone.
β Actual result
The tooltip stays
β Possible solution
It does not happen in the
LinkFormView
, though. This is probably because one of the handlers (blur
ormouseleave
) gets a chance to hide the tooltip in that case. The key to the right fix is figuring out the difference in behavior betweenLinkActionsView
andLinkFormView
.ckeditor5/packages/ckeditor5-ui/src/tooltipmanager.js
Lines 147 to 153 in e86c402
Also note that the link UI is probably only one of many examples of this problem. We need a generic solution in
TooltipManager
, not a hack inckeditor5-link
.If you'd like to see this fixed sooner, add a π reaction to this post.
The text was updated successfully, but these errors were encountered: