Skip to content

Commit 2dcf9a5

Browse files
committed
DOC-3223: add missing changelog item and release note fix.
1 parent 45487c1 commit 2dcf9a5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ Previously, there was no method to load web components into the editor iframe or
205205

206206
For an example of using custom elements with block-level and inline-level components, see: xref:content-filtering.adoc#example-using-custom_elements-with-block-level-and-inline-level-components[Example using `+custom_elements+` with block-level and inline-level components].
207207

208-
=== Reverted toolbar button width to `auto`.
209-
// #TINY-13097
208+
=== Addressed split buttons rendering narrower than in TinyMCE 7, ensuring consistent sizing across the toolbar
209+
// #TINY-13097 && #TINY-13111
210210

211-
// TBA was merged last minute
211+
In {productname} {release-version}, an issue was resolved where split buttons rendered narrower than in {productname} 7 and other toolbar buttons. This occurred because the main portion of the split button used a CSS rule that caused it to collapse to the icon size during initialization, resulting in an incorrect fixed width. This made split buttons appear visually inconsistent, reduced their clickability, and could cause text labels to be truncated.
212+
213+
{productname} {release-version} addresses this issue by adjusting the width behavior to inherit the correct `34px` for icons and auto for text—ensuring consistent sizing across the toolbar.

modules/ROOT/pages/changelog.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ NOTE: This is the {productname} Community version changelog. For information abo
3333
// #TINY-13006
3434
* Reverted toolbar button width to `auto`.
3535
// #TINY-13097
36+
* Addressed split buttons rendering narrower than in TinyMCE 7, ensuring consistent sizing across the toolbar.
37+
// #TINY-13111
3638

3739
== xref:8.1.2-release-notes.adoc[8.1.2 - 2025-09-18]
3840

0 commit comments

Comments
 (0)