Opened 16 years ago
Closed 16 years ago
#2349 closed Bug (fixed)
[IE] Dialog system is broken with rtl
Reported by: | Dekel | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.4 |
Component: | UI : Dialogs | Version: | FCKeditor 2.6.3 Beta |
Keywords: | Confirmed IE Review+ | Cc: |
Description
When using RTL language on IE6, the new dialog system is broken (there are two scroll bars, and some of the dialog is missing).
The image attached is using the nightly build, with IE6 and 'he' in the accept_language.
Can be done also with:
FCKConfig.AutoDetectLanguage = false ; FCKConfig.DefaultLanguage = 'he' ;
in the fckconfig.js file.
Attachments (3)
Change History (12)
Changed 16 years ago by
Attachment: | fck_rtl_dialog_ie6bug.png added |
---|
comment:1 Changed 16 years ago by
Keywords: | Confirmed IE added; dialog rtl hebrew removed |
---|---|
Summary: | New dialog system is broken with rtl on ie6 → [IE] Dialog system is broken with rtl |
Version: | → FCKeditor 2.6.3 Beta |
comment:2 Changed 16 years ago by
The bug happened from 2.6.1 but didn't happen in 2.6. So some changes in 2.6.1 must have caused this.
comment:3 Changed 16 years ago by
Actually the bug does happen in 2.6 (and even in 2.6beta). Attached a patch that fixes this bug. The patch was checked with the following browsers:
- ie6 - he/en
- ie7 - he/en
- ff2 - he/en
- ff3 - he/en
(all of those on a windows xp machine).
comment:4 Changed 16 years ago by
Keywords: | HasPatch added |
---|
comment:5 Changed 16 years ago by
Milestone: | → FCKeditor 2.6.4 |
---|
comment:6 Changed 16 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 2349.patch added |
---|
comment:7 Changed 16 years ago by
Keywords: | Review? added |
---|
Thanks Dekel, your patch works. I've only added the change message to the new patch.
comment:8 Changed 16 years ago by
Keywords: | Review+ added; HasPatch Review? removed |
---|
comment:9 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [2560].
Click here for more info about our SVN system.
Confirmed using FCKeditor 2.6.3 beta and the latest SVN version in IE6. IE7 and FF seem no to be affected.