Opened 10 years ago

Closed 10 years ago

#11484 closed Bug (wontfix)

Text with CSS3 column-count property in IE 11 handled as bloc

Reported by: jihaisse Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IE11 Cc:

Description

I have a style "two cols" defined in my CSS like this :

.two-cols{
	-moz-column-count:2;
	-webkit-column-count:2;
	-o-column-count:2;
	column-count:2;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
	-o-column-gap:20px;
	column-gap:20px;
}

When I apply this style on a text under firefox, chrome or IE 10, there is no problem. I can click on the text anywhere I want and edit it.

Under IE 11, the text is handled as a bloc, and I can't edit it.

Attachments (2)

ckeditor.png (26.1 KB) - added by jihaisse 10 years ago.
Screenshot
_html5.html (1.3 KB) - added by Jakub Ś 10 years ago.

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by jihaisse

Attachment: ckeditor.png added

Screenshot

comment:1 Changed 10 years ago by Piotrek Koszuliński

This should be reported to Microsoft. It's IE11's problem - CKEditor does not control things like this.

Changed 10 years ago by Jakub Ś

Attachment: _html5.html added

comment:2 Changed 10 years ago by Jakub Ś

Keywords: IE11 added
Resolution: wontfix
Status: newclosed
Version: 4.3.2

You will get same result in plain contentediatble (please see attached file) which proves that this is IE11 issue and should be reported to them.

There is nothing CKEditor can do here thus I’m marking this ticket as "won't fix".

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