Opened 14 years ago
Closed 14 years ago
#8042 closed Bug (fixed)
extra direction attribute after indentation
| Reported by: | Garry Yao | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.1 |
| Component: | Core : BiDi | Version: | 3.6.1 |
| Keywords: | Cc: |
Description
Load the following list:
<ol dir="rtl"> <li> item1 <ol dir="ltr"> <li> item2</li> </ol> </li> <li> ^item3</li> </ol>
- Indent then outdent the 3rd item;
- Actual Result: an unnecessary dir="rtl" created on the list item;
- Expected Result: Content remains unchanged;
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 14 years ago by
| Milestone: | → CKEditor 3.6.1 |
|---|
Related issue (caused by the same changeset): #8053
Changed 14 years ago by
| Attachment: | 8042.patch added |
|---|
comment:3 Changed 14 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | confirmed → review |
comment:4 Changed 14 years ago by
| Status: | review → review_passed |
|---|
comment:5 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [7054].

Reproducible on all browsers from rev [6928].