Opened 15 years ago
Closed 15 years ago
#6042 closed Bug (fixed)
BIDI: We can’t apply Left/Block Justify Alignment to a Paragraph with RTL applied
Reported by: | Satya Minnekanti | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | 3.3 |
Keywords: | IBM | Cc: | Damian, joek |
Description
To reproduce the defect:
- Open Ajax sample.
- Type some text, Select the text and click on RTL icon in the Tool bar.
- See that paragraph is moved to right and Align Right icon is selected in the Tool bar.
- keep the cursor in the Paragraph and click on Align Center icon in the Tool bar.
- See that paragraph is moved to center and Align Center icon is selected in the Tool bar.
- keep the cursor in the paragraph and click on Align left icon in the Tool bar.
Expected Result:
See that paragraph is moved to left and Align Left icon is selected in the Tool bar.
Actual Result:
See that paragraph is moved to right and Align Right icon is selected in the Tool bar.
same behavior happens when we click Block Justify icon in step 6.
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
Milestone: | → CKEditor 3.4 |
---|---|
Status: | new → confirmed |
Changed 15 years ago by
Attachment: | 6042.patch added |
---|
comment:2 Changed 15 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → review |
comment:3 Changed 15 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5763].
Well done ;)