Opened 14 years ago
Closed 14 years ago
#6240 closed Bug (fixed)
Font Names & Font Sizes should be shown Left Align even for RTL Languages
Reported by: | Satya Minnekanti | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.1 |
Component: | General | Version: | |
Keywords: | IBM | Cc: | Damian, joek |
Description
To reproduce the defect:
- Open User Interface Language Sample.
- Type some Text,apply Times New Roman Font and Font Size of 24 to the text.
- Change the Language in the drop down to one of RTL(Arabic or Hebrew) Languages.
- Keep the cursor in the text and see how the options are displayed in Font Name & Font Size drop downs.
Expected Result:
Options in Font Name & Font Size drop downs should be shown as left aligned even for RTL Languages since we are displaying them in English only. if we display them as Right Align the option is not shown properly for users.
I have attached a screen shot of the Error.
Actual Result:
Options in Font Name & Font Size drop downs are shown as right aligned.
Attachments (3)
Change History (7)
Changed 14 years ago by
Attachment: | Options display in English.jpg added |
---|
Changed 14 years ago by
Attachment: | Options display in RTL Language.jpg added |
---|
comment:1 Changed 14 years ago by
Milestone: | → CKEditor 3.4.1 |
---|---|
Owner: | set to Tobiasz Cudnik |
Status: | new → assigned |
Changed 14 years ago by
Attachment: | 6240.patch added |
---|
comment:2 Changed 14 years ago by
Status: | assigned → review |
---|
comment:3 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5868].
Well done. It's a matter of reading direction, not alignment.
The nice part of it is that one can override the styles, if the combo entries get translated.