Ticket #6634 (closed Bug: worksforme)
Nested list in RTL is incorrectly presented
| Reported by: | garry.yao | Owned by: | tobiasz.cudnik |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.1 |
| Component: | Core : BiDi | Version: | 3.4 |
| Keywords: | IBM | Cc: | jamcunni@… |
Description
Nested list like the following looks wrong in editor as there's no desired margin on the right side to differs from the 1st level list.
<ul> <li> List item 1 (LTR) <ul> <li dir="rtl"> List item 2 (RTL)</li> </ul> </li> <li> List item 3 (LTR)</li> </ul>
Change History
comment:2 Changed 3 years ago by fredck
This issue can be easily worked around by CSS. My opinion is that we should add the necessary rules to the contents.css file, without bloating the editor code.
Note: See
TracTickets for help on using
tickets.

The problem is originally been reported here.