Opened 11 years ago
Last modified 10 years ago
#10427 confirmed Bug
Menu Styles get broken in compatibility view
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | IE | Cc: |
Description
This is continuation of #10292
It seems that menu styles can get broken in IE8-10 when XUA is set to IE8 and compatibility view is turned on.
To reproduce:
- In replacebycode sample set
<meta http-equiv="X-UA-Compatible" content="IE=8" />
- In IE8-10 clear cache and set compatibility view to "Display all pages in compatibility view"
- Load page in browser. Browser should show doc mode set to IE8 and browser mode should have compatibility view.
- Right click on link or any other element - menu is broken.
Problem can be reproduced from CKEditor 4.0 with both skins (kama and moono).
Attachments (1)
Change History (5)
Changed 11 years ago by
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 10 years ago by
I am also having this issue with the current nightly build. Let me know if further details are required for reproduction of the bug and I will try to assist.
comment:4 Changed 10 years ago by
Hi
We are facing the same issue can you please suggest if there is any solution available for this fix
Please also note that problem doesn't occur in IE7. You might say it is specific only to IE8 since XUA sets doc mode to that version.