Skip to content

Commit 536a9a8

Browse files
DOC-3132: Removed entry that was not in changelog.
1 parent 34af4dc commit 536a9a8

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

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

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,13 @@ Previously, an issue occurred where toggling a caption on a floating image did n
324324

325325
In {productname} {release-version}, this issue has been resolved by ensuring that the float property is removed when toggling the caption. As a result, the image and caption text now align correctly.
326326

327+
=== Expanding selection to a word didn't work inside inline editing host elements.
328+
// #TINY-11304
329+
330+
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.
331+
332+
This has been resolved in {productname} {release-version}, ensuring that the expanded selection now remains within the boundaries of the editable host element.
333+
327334
=== The `semantics` element in MathML was not properly preserved when `annotation` elements were allowed.
328335
// #TINY-11755
329336

@@ -358,20 +365,6 @@ In previous versions of {productname}, hovering over toolbar menu item would dis
358365
Previously, input elements lacked styling logic to display a border when focused, resulting in no visible indication of focus.
359366
This issue has been resolved in {productname} {release-version}. Input elements now correctly display a border when focused, ensuring improved visual feedback.
360367

361-
=== Dialog menu dropdowns now close when scrolling the editor container.
362-
// #TINY-11398
363-
364-
Previously, dialog menu dropdowns were not positioned correctly after scrolling the editor container, causing them to remain visible even when the editor was no longer in view. This resulted in dropdowns being displayed without their corresponding dialog context.
365-
366-
{productname} {release-version} updates the behavior to ensure that dialog menu dropdowns close on the window scroll event, preventing them from appearing out of context.
367-
368-
=== Expanding selection to a word didn't work inside inline editing host elements.
369-
// #TINY-11304
370-
371-
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.
372-
373-
This has been resolved in {productname} {release-version}, ensuring that the expanded selection now remains within the boundaries of the editable host element.
374-
375368
[[known-issues]]
376369
== Known issues
377370

0 commit comments

Comments
 (0)