#5728 closed Bug (fixed)
Text field & Upload Button in Upload Tab of Image Properties dialog are not shown Properly in Arabic
Reported by: | Satya Minnekanti | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | 3.2 |
Keywords: | IBM Review+ | Cc: | Damian, joek |
Description
To reproduce the defect
- Click on Image Toolbar icon dialog and Click on Upload Tab on Image Properties dialog
- Take a Screen shot of it.
- Change the Language to Arabic and Click on Image Toolbar icon again and Click on Upload Tab on Image Properties dialog
Expected Result:
The Fields on the upload Tab of Image Properties should be shown as Exact Mirror Image of the same Fields in English Language.
Actual Result:
The Upload Text Field and Upload buttons on the upload Tab of Image Properties dialog are not shown as Mirror Image of the same Fields in English Language.
I am attaching the Screen shots of the Upload Tab of Image dialog in both English and Arabic
Attachments (3)
Change History (10)
Changed 15 years ago by
Attachment: | Upload Tab on Img dialog in Arabic.jpg added |
---|
Changed 15 years ago by
Attachment: | Upload Tab on Img dialog in En.jpg added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Is this not just a matter of adding dir="rtl" to both the file input and the enclosing form?
comment:3 Changed 14 years ago by
Owner: | set to Tobiasz Cudnik |
---|
Changed 14 years ago by
Attachment: | 5728_1.patch added |
---|
comment:4 Changed 14 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
Adding dir="rtl" to form makes file field reverted. I've added it additionally to iframe's HTML element along with lang attribute.
comment:5 Changed 14 years ago by
Keywords: | Review+ added; Review? removed |
---|
Just wonder the necessity of "dir" on form element, please confirm before commit.
We'll check it, but this field is rendered by the browser (<input type="file">), so it may work properly only on Arabic browsers.