From 91ab17a83f80884d0677607d5547e71ddc9e517f Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 18 Mar 2026 12:16:31 +1000 Subject: [PATCH 1/2] Docs: DOC-3243 - Directionality buttons now always apply to blocks and only appear active when directionality is set --- modules/ROOT/pages/8.4.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index 9d8d4ba772..ae0c7d3584 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -114,6 +114,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== Directionality buttons now always apply to blocks and only appear active when directionality is set +// #TINY-13337 + +Previously, the directionality buttons only applied the directionality attribute or style to the current block when toggling to the opposite of the default directionality. Clicking the button for the default directionality had no effect, and the toolbar could show an active button even when the block itself had no explicit directionality set. + +In {productname} {release-version}, each directionality button always applies or removes the directionality attribute on the selected block, and only appears active when directionality is explicitly set on the block. + [[additions]] == Additions From 6ce9bfb0c1ecef88ffadafb9c3d9a5cd661e486e Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 26 Mar 2026 13:59:55 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/8.4.0-release-notes.adoc Co-authored-by: Mitchell Crompton --- modules/ROOT/pages/8.4.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index ae0c7d3584..cc1c0899b2 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -117,7 +117,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a === Directionality buttons now always apply to blocks and only appear active when directionality is set // #TINY-13337 -Previously, the directionality buttons only applied the directionality attribute or style to the current block when toggling to the opposite of the default directionality. Clicking the button for the default directionality had no effect, and the toolbar could show an active button even when the block itself had no explicit directionality set. +Previously, the directionality buttons would not apply the directionality attribute or style when toggling to the default directionality. This could cause non-default directional content to appear in the opposite direction. In {productname} {release-version}, each directionality button always applies or removes the directionality attribute on the selected block, and only appears active when directionality is explicitly set on the block.