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
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
The following premium plugin updates were released alongside {productname} {release-version}.
31
31
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
-
47
32
=== <Premium plugin name 1> <Premium plugin name 1 version>
48
33
49
34
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
62
47
63
48
**TinyMCE AI** includes the following fixes, improvements and additions.
64
49
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
+
65
64
==== `ToggleSidebar` events were not being triggered when toggling floating sidebars
0 commit comments