Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.4.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment on lines +120 to +122
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
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.



[[additions]]
== Additions
Expand Down
Loading