Skip to content
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

Improvements in insertImage command, tooltip manager and mention #17177

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Conversation

Dumluregn
Copy link
Contributor

@Dumluregn Dumluregn commented Sep 27, 2024

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.

Feature (mention): Allow for the mention marker to be longer than 1 character.

Fix (ui): Tooltip will no longer show after quickly hovering and moving the mouse away before the tooltip shows. Closes
#16949.

Fix (ui): Tooltip will no longer disappear if cursor is moved back over the element with visible tooltip. Closes #17256.


Additional information

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

scofalik
scofalik previously approved these changes Sep 30, 2024
@Dumluregn Dumluregn changed the title Add possibility to break the current block by InsertImageCommand Improvements in insertImage command and tooltip manager Oct 11, 2024
@Dumluregn
Copy link
Contributor Author

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

scofalik
scofalik previously approved these changes Oct 16, 2024
Copy link
Contributor

@scofalik scofalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approve, but as mentioned in merge fields PR, I'd consider having the "instant" tooltip also close "instantly".

psmyrek and others added 25 commits October 23, 2024 15:54
Tests: Introduced automated manual test sample for performance testing and data sets to test on.
Dumluregn and others added 2 commits October 28, 2024 12:54
…h-patterns

Feature (mention): Allow for the mention marker to be longer than 1 character.
@Dumluregn Dumluregn changed the title Improvements in insertImage command and tooltip manager Improvements in insertImage command, tooltip manager and mention Nov 4, 2024
@pomek
Copy link
Member

pomek commented Nov 4, 2024

Please use double empty lines as separators for changelog entries.

Entry 1.

Entry 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When tooltip is visible, quickly moving mouse away and back doesn't prevent if from disappearing
7 participants