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.
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
rtlcsswhich changesfloat: left;tofloat: 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.