Opened 14 years ago
Closed 14 years ago
#6670 closed Bug (fixed)
BIDI: Indent & List icons are not reversed when we apply RTL direction to a paragraph with any of Paragraph Formatting options
Reported by: | Satya Minnekanti | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.3 |
Component: | Core : BiDi | Version: | 3.4.2 |
Keywords: | IBM | Cc: | Damian, joek, james c |
Description
To reproduce the defect:
- Open the Ajax sample.
- Type some text, select the text & apply any of the Paragraph Formatting options(H1 to H6 or Address etc).
- Click on RTL icon.
Expected Result:
Direction of list & indent icons should be reversed to reflect the change to RTL language direction.
Actual Result:
Direction of list & indent icons are not reversed to reflect the change to RTL language direction.
Attachments (2)
Change History (8)
comment:1 Changed 14 years ago by
Milestone: | → CKEditor 3.4.3 |
---|---|
Owner: | set to Tobiasz Cudnik |
Status: | new → assigned |
Changed 14 years ago by
Attachment: | 6670.patch added |
---|
comment:2 Changed 14 years ago by
Status: | assigned → review |
---|
comment:3 follow-up: 4 Changed 14 years ago by
Status: | review → review_failed |
---|
Changed 14 years ago by
Attachment: | 6670_2.patch added |
---|
comment:4 Changed 14 years ago by
Status: | review_failed → review |
---|
Replying to garry.yao:
For me we could simply check the computed direction of the path block/blockLimit?
Right, it seems to be a simpler approach which still fixes the problem.
comment:5 Changed 14 years ago by
Component: | General → Core : BiDi |
---|---|
Status: | review → review_passed |
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6094].
For me we could simply check the computed direction of the path block/blockLimit?