Skip to content

Commit 1aa4bac

Browse files
abhinavgandhamkemister85spocke
authored
DOC-3132: Expanding selection to word didn't work inside inline editing host elements. (#3626)
* DOC-3132: Expanding selection to word didn't work inside inline editing host elements. * Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> * Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> * Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: spocke <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]> Co-authored-by: spocke <[email protected]>
1 parent deeaccf commit 1aa4bac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,13 @@ In previous versions of {productname}, hovering over toolbar menu item would dis
269269

270270
{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.
271271

272+
=== Expanding selection to a word didn't work inside inline editing host elements.
273+
// #TINY-11304
274+
275+
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.
276+
277+
This has been resolved in {productname} {release-version}, ensuring that the expanded selection now remains within the boundaries of the editable host element.
278+
272279
=== Keyboard navigation would get stuck on the 'more' toolbar button.
273280
// #TINY-11762
274281

0 commit comments

Comments
 (0)