Skip to content

Commit 256d72a

Browse files
authored
DOC-3355: Focus is no longer lost when deleting a context source using delete or backspace key (#4064)
* Docs: DOC-3355 - Focus is no longer lost when deleting a context source using delete or backspace key. * Docs: DOC-3355 - Format key names as inline code
1 parent 5f2ee2a commit 256d72a

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

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

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,6 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
2929

3030
The following premium plugin updates were released alongside {productname} {release-version}.
3131

32-
=== TinyMCE AI
33-
34-
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
35-
36-
**TinyMCE AI** includes the following fix.
37-
38-
==== Layout would shift causing the text to jump when action button appears on hover in the chat history list
39-
// #TINY-14157
40-
41-
Previously, the actions container in the TinyMCE AI Chat History panel had no reserved space for the icon button that appears on hover. When hovering over a chat history item, the button became visible and caused the entire layout to shift, making content jump position unexpectedly. This resulted in jarring visual inconsistency and inconsistent spacing throughout the component.
42-
43-
In {productname} {release-version}, the actions container now reserves minimum horizontal space to accommodate the icon button and its surrounding padding. Action buttons appear and disappear without causing layout shifts, providing smoother and more predictable interactions with the Chat History.
44-
45-
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
46-
4732
=== <Premium plugin name 1> <Premium plugin name 1 version>
4833

4934
The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.
@@ -62,6 +47,20 @@ The {productname} {release-version} release includes an accompanying release of
6247

6348
**TinyMCE AI** includes the following fixes, improvements and additions.
6449

50+
==== Layout would shift causing the text to jump when action button appears on hover in the chat history list
51+
// #TINY-14157
52+
53+
Previously, the actions container in the TinyMCE AI Chat History panel had no reserved space for the icon button that appears on hover. When hovering over a chat history item, the button became visible and caused the entire layout to shift, making content jump position unexpectedly. This resulted in jarring visual inconsistency and inconsistent spacing throughout the component.
54+
55+
In {productname} {release-version}, the actions container now reserves minimum horizontal space to accommodate the icon button and its surrounding padding. Action buttons appear and disappear without causing layout shifts, providing smoother and more predictable interactions with the Chat History.
56+
57+
==== Focus is no longer lost when deleting a context source using delete or backspace key.
58+
// #TINY-13949
59+
60+
Previously, keyboard focus was lost when deleting a context source tag using the `Delete` or `Backspace` key in the TinyMCE AI sidebar chat view. After removing a context source, the focus disappeared entirely, making it difficult to continue keyboard navigation. This particularly affected accessibility and keyboard-only workflows.
61+
62+
In {productname} {release-version}, focus management now tracks tag deletion events. When a context source tag is deleted, focus moves to either the previous context source tag or, when the first or only remaining tag is removed, back to the prompt input field. This ensures seamless keyboard navigation when managing context sources.
63+
6564
==== `ToggleSidebar` events were not being triggered when toggling floating sidebars
6665
// #TINY-14243
6766

0 commit comments

Comments
 (0)