Opened 9 years ago
Closed 9 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)
Change History (4)
Changed 9 years ago by
Attachment: | ckeditor.png added |
---|
comment:1 Changed 9 years ago by
This should be reported to Microsoft. It's IE11's problem - CKEditor does not control things like this.
Changed 9 years ago by
Attachment: | _html5.html added |
---|
comment:2 Changed 9 years ago by
Keywords: | IE11 added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
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".
Screenshot