Opened 14 years ago
Closed 14 years ago
#8689 closed Bug (expired)
IE9 problems with inserting text while in compatibility view.
| Reported by: | Jakub Ś | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | IE9 | Cc: | mail@… |
Description
Ticket reported by Elias Srensen.
I have found a critical bug in CKEditor in Internet Explorer 9.
When clicking the editor (to insert text), the page refreshes with IE7 compatibility mode, and Internet Explorer displays the following error: "A problem displaying caused Internet Explorer to refresh the webpage using compatibility View".
This error only applies to CKEditors WITHOUT innerHTMl content.
SOLUTION:
I disabled the font 'Helvetica' on my system, and reloaded the page; Now it didn't refresh the page, and everything worked as purposed.
Can you check this error, and fix it?
Change History (3)
comment:1 Changed 14 years ago by
| Cc: | mail@… added |
|---|
comment:2 Changed 14 years ago by
| Status: | new → pending |
|---|
comment:3 Changed 14 years ago by
| Resolution: | → expired |
|---|---|
| Status: | pending → closed |

Hi, I will need some information here.
I was not able to reproduce your issue.
I have added
<meta http-equiv="X-UA-Compatible" content="IE=7" />and later<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />to the page and tried to insert text but none of this resulted in error or page refresh.Could you tell me:
Do you right-click inside content area and choose paste from menu or do something else.