From c917117bce5f6872472209a3cda43c6604e2cc1f Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Mon, 8 Dec 2025 14:35:17 +1000 Subject: [PATCH 1/3] DOC-3224: Toolbar split button chevron tooltip is now the same as the main button tooltip unless explicitly set otherwise. --- modules/ROOT/pages/8.3.0-release-notes.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/8.3.0-release-notes.adoc b/modules/ROOT/pages/8.3.0-release-notes.adoc index 2f195358c4..5b53c3cd26 100644 --- a/modules/ROOT/pages/8.3.0-release-notes.adoc +++ b/modules/ROOT/pages/8.3.0-release-notes.adoc @@ -90,10 +90,10 @@ The following premium plugin updates were released alongside {productname} {rele {productname} {release-version} also includes the following bug fixes: -=== -// #TINY-vwxyz1 +=== Toolbar split button chevron tooltip is now the same as the main button tooltip unless explicitly set otherwise. +// #TINY-13271 -// CCFR here. +Previously, an issue was identified where the **Bullet list menu** and **Numbered list menu** did not include translations for the chevron icons. This has been resolved in {release-version}. The chevron icons for these list menus now display correctly translated tooltips on hover. [[security-fixes]] @@ -128,4 +128,3 @@ There known issue in {productname} {release-version}. // #TINY-vwxyz1 // CCFR here. - From 56a1114f638a4f103516738a182129a3ab687088 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 9 Dec 2025 16:39:50 +1000 Subject: [PATCH 2/3] Update modules/ROOT/pages/8.3.0-release-notes.adoc Co-authored-by: Millie --- modules/ROOT/pages/8.3.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.3.0-release-notes.adoc b/modules/ROOT/pages/8.3.0-release-notes.adoc index 5b53c3cd26..1fd28897e1 100644 --- a/modules/ROOT/pages/8.3.0-release-notes.adoc +++ b/modules/ROOT/pages/8.3.0-release-notes.adoc @@ -93,7 +93,7 @@ The following premium plugin updates were released alongside {productname} {rele === Toolbar split button chevron tooltip is now the same as the main button tooltip unless explicitly set otherwise. // #TINY-13271 -Previously, an issue was identified where the **Bullet list menu** and **Numbered list menu** did not include translations for the chevron icons. This has been resolved in {release-version}. The chevron icons for these list menus now display correctly translated tooltips on hover. +Previously, an issue was identified where the tooltips for the dropdown chevrons for the **Bullet list** and **Numbered list** toolbar buttons were not translated correctly. This has been resolved in {release-version}. The dropdown chevron of these splitbuttons now displays correctly translated tooltips on hover. [[security-fixes]] From c254455e42c4bebcfacace003be23a1941954784 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 9 Dec 2025 16:39:58 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/8.3.0-release-notes.adoc Co-authored-by: Millie --- modules/ROOT/pages/8.3.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.3.0-release-notes.adoc b/modules/ROOT/pages/8.3.0-release-notes.adoc index 1fd28897e1..cdf87d3e01 100644 --- a/modules/ROOT/pages/8.3.0-release-notes.adoc +++ b/modules/ROOT/pages/8.3.0-release-notes.adoc @@ -90,7 +90,7 @@ The following premium plugin updates were released alongside {productname} {rele {productname} {release-version} also includes the following bug fixes: -=== Toolbar split button chevron tooltip is now the same as the main button tooltip unless explicitly set otherwise. +=== Tooltip is now translated correctly for the dropdown chevron of the bullet and number list toolbar buttons. // #TINY-13271 Previously, an issue was identified where the tooltips for the dropdown chevrons for the **Bullet list** and **Numbered list** toolbar buttons were not translated correctly. This has been resolved in {release-version}. The dropdown chevron of these splitbuttons now displays correctly translated tooltips on hover.