You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/7.7.0-release-notes.adoc
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,6 +324,13 @@ Previously, an issue occurred where toggling a caption on a floating image did n
324
324
325
325
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.
326
326
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
+
327
334
=== The `semantics` element in MathML was not properly preserved when `annotation` elements were allowed.
328
335
// #TINY-11755
329
336
@@ -358,20 +365,6 @@ In previous versions of {productname}, hovering over toolbar menu item would dis
358
365
Previously, input elements lacked styling logic to display a border when focused, resulting in no visible indication of focus.
359
366
This issue has been resolved in {productname} {release-version}. Input elements now correctly display a border when focused, ensuring improved visual feedback.
360
367
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.
0 commit comments