Opened 14 years ago
Closed 14 years ago
#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 (6)
comment:1 Changed 14 years ago by
Cc: | jamcunni@… added |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
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.
comment:3 Changed 14 years ago by
Keywords: | IBM added |
---|
comment:5 Changed 14 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | confirmed → assigned |
It's not fixed by #6249.
comment:6 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Actually, after second check it indeed is fixed by #6249.
The problem is originally been reported here.