Skip to content

Commit

Permalink
Image selection was removed when calling nodeChanged while having foc…
Browse files Browse the repository at this point in the history
…us inside the editor UI.
  • Loading branch information
kemister85 committed Dec 10, 2024
1 parent 9dd1fb6 commit bf3cbfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/ROOT/pages/7.6.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ For more information on the `+disabled+` option, see xref:editor-important-optio
=== Image selection was removed when calling nodeChanged while having focus inside the editor UI.
// #TINY-11437

Previously, executing a `nodeChange` event while an image was selected caused the image to lose its resize handles. This issue disrupted the user experience, requiring users to re-select the image to resize it.

{productname} {release-version} addresses this issue. Now, resize handles are only removed when focus moves out of the editor or its UI components.

As a result, the resize handles remain visible during `nodeChange` events, improving usability.

=== Tooltip would not show for group toolbar button.
// #TINY-11391
Expand Down

0 comments on commit bf3cbfa

Please sign in to comment.