From e6dff14476e0ecdc6fbcb5a0f2a0b19a8bee47f3 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 18 Feb 2025 18:30:44 +1000 Subject: [PATCH 1/4] DOC-3132: Expanding selection to word didn't work inside inline editing host elements. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 7494a3a346..4196b22b79 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -230,6 +230,13 @@ In previous versions of {productname}, hovering over toolbar menu item would dis {productname} {release-version} resolves this issue by replacing the `title` attribute with the `aria-label` attribute for toolbar groupings, preventing the default browser tooltip from appearing. +=== Expanding selection to word didn't work inside inline editing host elements. +// #TINY-11304 + +Previously, an issue occurred where the selection would not expand as expected when expand to word was called within an inline edit host element inside a non-editable parent. + +This has been resolved in {productname} {release-version}, ensuring that the expanded selection now remains within the boundaries of the editable host element. + [[known-issues]] == Known issues From c295204d29af4b6fda5db56fb2b91108f9e10369 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:02:34 +1000 Subject: [PATCH 2/4] Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 4196b22b79..2aa1ac11eb 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -230,7 +230,7 @@ In previous versions of {productname}, hovering over toolbar menu item would dis {productname} {release-version} resolves this issue by replacing the `title` attribute with the `aria-label` attribute for toolbar groupings, preventing the default browser tooltip from appearing. -=== Expanding selection to word didn't work inside inline editing host elements. +=== Expanding selection to a word didn't work inside inline editing host elements. // #TINY-11304 Previously, an issue occurred where the selection would not expand as expected when expand to word was called within an inline edit host element inside a non-editable parent. From e74a701fb8738f7b98b21a5fdf0f45b9f7e288b8 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:08:58 +1000 Subject: [PATCH 3/4] Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 2aa1ac11eb..472610f506 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -233,7 +233,7 @@ In previous versions of {productname}, hovering over toolbar menu item would dis === Expanding selection to a word didn't work inside inline editing host elements. // #TINY-11304 -Previously, an issue occurred where the selection would not expand as expected when expand to word was called within an inline edit host element inside a non-editable parent. +Previously, an issue occurred where the selection did not expand as expected when "expand to word" action was triggered within an inline edit host element inside a non-editable parent. This has been resolved in {productname} {release-version}, ensuring that the expanded selection now remains within the boundaries of the editable host element. From ce82bb726794a7202ea1fe1568b8fe96ccb0d9b7 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:09:30 +1000 Subject: [PATCH 4/4] Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: spocke --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 472610f506..da85260ab3 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -233,7 +233,7 @@ In previous versions of {productname}, hovering over toolbar menu item would dis === Expanding selection to a word didn't work inside inline editing host elements. // #TINY-11304 -Previously, an issue occurred where the selection did not expand as expected when "expand to word" action was triggered within an inline edit host element inside a non-editable parent. +Previously, an issue occurred where the selection did not expand as expected when using the `editor.selection.expand({ type: 'word' })` API when the selection was within an inline edit host element inside a non-editable parent. This has been resolved in {productname} {release-version}, ensuring that the expanded selection now remains within the boundaries of the editable host element.