Skip to content

RTL: alignment buttons don't work as expected #7415

@azaozz

Description

@azaozz

In RTL mode the alignment buttons should work in the same way they work in LTR mode. Currently when clicking Align Left, the content (tested with images) is aligned right. Seems to happen because the CSS that floats the block is run through rtlcss which changes float: left; to float: right;.

In addition there are other "oddities" with the buttons themselves and the tooltips. We should (probably) swap the places of Align Right and Align Left buttons, but the actual buttons should do as they say.

Metadata

Metadata

Assignees

No one assigned

    Labels

    [Type] BugAn existing feature does not function as intended

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions