Opened 14 years ago
Closed 14 years ago
#6861 closed Bug (fixed)
The Indent command changes a text direction
Reported by: | Tobiasz Cudnik | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | Core : Styles | Version: | 3.4 Beta |
Keywords: | IBM | Cc: | jamcunni@… |
Description
The Indent command changes a text direction.
- Use a following content with a selection:
<ul> <li dir="rtl"> 1</li> <li> [2</li> <li> 3]</li> </ul>
- Press the Increase Indent button.
Result:
<ul> <li dir="rtl"> 1 <ul> <li> 2</li> <li> 3</li> </ul> </li> </ul>
Expected: A new list element wrapping LIs 2 & 3 ?
Attachments (2)
Change History (11)
comment:1 Changed 14 years ago by
Cc: | jamcunni@… added |
---|---|
Keywords: | IBM added |
comment:2 Changed 14 years ago by
Component: | General → Core : Styles |
---|---|
Status: | new → confirmed |
Version: | → 3.4 Beta |
Changed 14 years ago by
Attachment: | 6861.patch added |
---|
comment:3 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
comment:4 Changed 14 years ago by
comment:5 Changed 14 years ago by
Milestone: | → CKEditor 3.5.3 |
---|
comment:6 Changed 14 years ago by
Status: | review → review_failed |
---|
In a RTL editor:
- Use:
<ul> <li dir="ltr"> 1</li> <li> [2</li> <li> 3]</li> </ul>
- Press "increase indent".
Note that the direction had changed for items 2 and 3.
Changed 14 years ago by
Attachment: | 6861_2.patch added |
---|
comment:7 Changed 14 years ago by
Status: | review_failed → review |
---|
comment:8 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:9 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6562].
Can we target this for a milestone?