Opened 12 years ago
Closed 12 years ago
#9866 closed Bug (fixed)
[IE10] The full toolbar is displayed in two lines in RTL environment
Reported by: | Wiktor Walc | Owned by: | Wiktor Walc |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.6 |
Component: | UI : Toolbar | Version: | 3.4.3 |
Keywords: | IE10 | Cc: |
Description (last modified by )
See the attached screenshot (Hebrew language was selected)
- Open
_samples/ui_languages.html
- Select Hebrew language
The monitor must be wide enough to see the issue.
Reproduced in 3.6.6(SVN), happens at least since 3.5 (previous versions did not load at all). I was unable to confirm it in 4.0.
Attachments (5)
Change History (11)
Changed 12 years ago by
Attachment: | rtl_toolbar.png added |
---|
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Version: | → 3.5 |
Changed 12 years ago by
Attachment: | rtl_v2.png added |
---|
Changed 12 years ago by
Attachment: | rtl_office2003.png added |
---|
comment:2 Changed 12 years ago by
Keywords: | IE10 added; IE removed |
---|---|
Status: | new → confirmed |
Version: | 3.5 → 3.4.3 |
Changed 12 years ago by
Attachment: | 9866.patch added |
---|
comment:3 Changed 12 years ago by
Owner: | set to Wiktor Walc |
---|---|
Status: | confirmed → review |
comment:4 Changed 12 years ago by
I have just applied the patch, set 'he' language and got 3 lines as expected in all skins.
comment:5 Changed 12 years ago by
It seems that IE10 is breaking with modes set by meta tags:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <meta http-equiv="X-UA-Compatible" content="IE=8" />
NOTE: 7 and * modes require just loading the page. In EmulateIE7 you need to press Crtl+F5 few times quickly to see the effect.
Changed 12 years ago by
Attachment: | 9866_3.patch added |
---|
comment:6 Changed 12 years ago by
Milestone: | → CKEditor 3.6.6 |
---|---|
Resolution: | → fixed |
Status: | review → closed |
Fixed with [7685].
I have managed to reproduce this only in IE10 from CKEditor 3.4.3. Before this version, just like @wwalc has described, content area doesn't load because of toLowercase error.
I was not able to reproduce this in CKE 4.x (v4).