ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

Improvements in `insertImage` command and tooltip manager

Open Dumluregn opened this issue 1 year ago • 1 comments

Suggested merge commit message (convention)

Feature (image): Added a possibility to break the current block by InsertImageCommand with breakBlock flag. Feature (ui): The .ck-with-instant-tooltip class can now be used to display the tooltip without the delay. Fix (ui): Tooltip will no longer show after quickly hovering and moving the mouse away before the tooltip shows. Closes https://github.com/ckeditor/ckeditor5/issues/16949. Fix (ui): Tooltip will no longer disappear if cursor is moved back over the element with visible tooltip. Closes https://github.com/ckeditor/ckeditor5/issues/17256.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

Dumluregn avatar Sep 27 '24 13:09 Dumluregn

Besides the previous insertImage command extension, now this PR also contains a few improvements related to tooltip manager (see the main PR comment).

Dumluregn avatar Oct 11 '24 19:10 Dumluregn

Please use double empty lines as separators for changelog entries.

Entry 1.

Entry 2.

pomek avatar Nov 04 '24 15:11 pomek