Tinymce: Bullet lists with RTL

Created on 20 Jan 2020  路  3Comments  路  Source: tinymce/tinymce

When i try to apply bullets to content which is based in RTL. The bullets don't shown properly as it is shown when i'm using LTR. I think there is some problem with bullet margins when using RTL. Can you please check and update ? Attached below is screenshot.

Currently I'm working on 5.1.5. 賽And browsers are chrome and Edge.

Any help in this regard would be highly appreciated.

tinymce issue

5.x escalated bug

All 3 comments

Yes it indeed looks like we have an issue with the default RTL styles. I did some testing and we apply the directionality attributes sometimes on the <li> and sometimes on the <ul>. We'll look into this.

In the meantime you can try to add content_style: 'li[dir=rtl] {margin-right: 2em;}' to your TinyMCE config. Here is a live example.

@lostkeys Thanks for your quick help. Would be waiting for the fix!

Was this page helpful?
0 / 5 - 0 ratings