#6059 closed Bug (fixed)
BIDI: switching from Numbered to Bulleted List & vice versa is changing Lang direction of the list
Reported by: | Satya Minnekanti | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | Core : Lists | Version: | 3.3 |
Keywords: | IBM | Cc: | Damian, joek |
Description
To reproduce the defect:
- Open Ajax sample.
- Type few lines of text, select all the lines and Click on RTL icon in the Tool bar.
- See that all the lines of text is moved to right,RTL and Align Left icons are selected in the Tool bar.
- Select all the lines of text and click on Insert/Remove Numbered list icon in the Tool bar.
- See that a Numbered list appears with RTL language direction with the selected lines.
- Now select all the items in Numbered list and click on Insert/Remove Bulleted list icon in the Tool bar.
Expected Result:
Numbered list disappears and a Bulleted list appears with RTL language direction with the selected lines.
Actual Result:
Numbered list disappears and a Bulleted list appears with LTR language direction instead of RTL Language direction
same behavior happens when we make a Bulleted List first and then switch back to Numbered List.
Attachments (1)
Change History (10)
comment:1 Changed 14 years ago by
Milestone: | → CKEditor 3.4 |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → assigned |
Changed 14 years ago by
Attachment: | 6059.patch added |
---|
comment:3 Changed 14 years ago by
Status: | assigned → review |
---|
comment:4 Changed 14 years ago by
Component: | General → Core : Lists |
---|
comment:5 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5771].
comment:7 follow-up: 8 Changed 14 years ago by
This was checked-in into the trunk but should also be in 3.4 branch to verify that it works.
comment:8 Changed 14 years ago by
Replying to damo:
All recent trunk changes have just been merged into the 3.4.x.
The problem here is wider, attributes are not preserved when changing list type.