Opened 12 years ago

Last modified 12 years ago

#8892 confirmed Bug

IE9 crashes with p::after clearfix and empty text area

Reported by: Alberto Smulders Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IE9 Cc:

Description

Similar to the (now closed) ticket #8689, IE9 crashes with an "A problem displaying caused Internet Explorer to refresh the webpage using compatibility View" error on clicking in the editor area, when you have an empty textarea and a stylesheet in contentsCss that contains a clearfix for <p>:

p::after {

clear: both; display: block; height: 0; visibility: hidden; content: ".";

}

Commenting out the line 'content: ".";' IE doesn't crash anymore (but the clearfix won't work either).

Other browsers don't show this problem (Opera, FF, Safari, Chrome).

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Keywords: p::after clearfix crash compatibility view removed
Status: newconfirmed
Version: 3.6.3 (SVN - trunk)3.0

Problem reproducible from CKEditor 3.0 in IE9

It's best to reproduce it in AJAX sample. Just paste the above code into contents.css, clear cache and open AJAX sample.
If you click inside contents area you will get page refresh and a message saying: A problem displaying caused Internet Explorer to refresh the webpage using compatibility View

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy