Opened 8 years ago
Closed 8 years ago
#16951 closed Bug (invalid)
Issue with Internet Explorer
Reported by: | parthkadecha | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
When i am setting the value of ckeditor, at that time it is displaying some box around the text on which I have clicked.
Note. This happens in IE only.
Attachments (1)
Change History (2)
Changed 8 years ago by
comment:1 Changed 8 years ago by
Keywords: | IE contentEditable removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.7.0 (GitHub - major) |
Please read the: https://www.sitepoint.com/web-foundations/internet-explorer-haslayout-property/
Basically when there is an element which gains layout (and it is even true for div with width assigned) in contenteditable element (editor contentarea) IE will display such border. This is IE6-11 feature and there is nothing we can do about it.
You can try using http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-disableObjectResizing but please note that this option works with some elements and will not work in IE11 as IE11 has removed any possibility to disable this feature.
Wierd box displaying in IE only when we click on any text