Skip to content

Commit 7a1b1b6

Browse files
authored
Image selection was removed when calling nodeChanged while having focus inside the editor UI. (#3556)
1 parent 4582189 commit 7a1b1b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ROOT/pages/7.6.0-release-notes.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,11 @@ For more information on the `+disabled+` option, see xref:editor-important-optio
341341
=== Image selection was removed when calling nodeChanged while having focus inside the editor UI.
342342
// #TINY-11437
343343

344+
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.
345+
346+
{productname} {release-version} addresses this issue. Now, resize handles are only removed when focus moves out of the editor or its UI components.
347+
348+
As a result, the resize handles remain visible during `nodeChange` events, improving usability.
344349

345350
=== Tooltip would not show for group toolbar button.
346351
// #TINY-11391

0 commit comments

Comments
 (0)