Opened 11 years ago
Closed 11 years ago
#11264 closed Bug (invalid)
IE11 - Styles, Format, Font and Size drop down not positioned correctly on first click
Reported by: | Aaron Gibbons | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | |
Keywords: | Cc: |
Description
I'm using IE 11.0.9600.16428 on Windows 7 Pro. I have a simple aspx page with a textarea that I replace with CKEDITOR. When I click inside the box and select a Style, Format, Font or size then attempt to select any of those again the drop down menu appears in the upper left corner of the screen. Go back to them again and everything is fine.
Attachments (1)
Change History (5)
Changed 11 years ago by
Attachment: | CKEditorDropDownIssue.PNG added |
---|
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Keywords: | IE11 Font Size removed |
---|---|
Status: | new → pending |
This doesn't happen by default. I think this issue can be closed as invalid.
but before I do that, @gibbonas could you tell me what value you have previously set for X-UA-Compatible and if you perhaps had any very general CSS rules that might influence this behaviour?
comment:3 Changed 11 years ago by
It was set to content="IE=9; IE=8; IE=7" When we changed that to edge it started working fine. We noticed the browser was being put into IE9 compatibility mode I believe. I don't believe this was a CSS issue.
comment:4 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Version: | 4.3 |
After changing http-equiv="X-UA-Compatible" to "IE=edge" I no longer had the issue.