You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking the tooltip inline tool, the tooltip input either closes immediately or does not work as expected.
Even when the input stays open, typing tooltip text and pressing Enter does not apply the tooltip.
This makes the tooltip tool unusable in normal editing flow.
Steps to Reproduce
Initialize Editor.js with editorjs-tooltip
Type some text in a paragraph
Select a word
Click the tooltip icon in the inline toolbar
Current Behavior
Tooltip input closes immediately after clicking the tooltip icon OR
Tooltip input opens but:
typing text does nothing
pressing Enter does not apply the tooltip
Tooltip is not created or applied to the selected text
1226.mp4
Expected Behavior
Clicking the tooltip icon should keep the tooltip input open
Tooltip input should stay focused
Typing tooltip text and pressing Enter should apply the tooltip to the selected text
Description
When clicking the tooltip inline tool, the tooltip input either closes immediately or does not work as expected.
Even when the input stays open, typing tooltip text and pressing Enter does not apply the tooltip.
This makes the tooltip tool unusable in normal editing flow.
Steps to Reproduce
editorjs-tooltipCurrent Behavior
OR
1226.mp4
Expected Behavior
Environment
1226.mp4