Opened 7 years ago

Closed 7 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)

qMMpp.jpg (20.8 KB) - added by parthkadecha 7 years ago.
Wierd box displaying in IE only when we click on any text

Download all attachments as: .zip

Change History (2)

Changed 7 years ago by parthkadecha

Attachment: qMMpp.jpg added

Wierd box displaying in IE only when we click on any text

comment:1 Changed 7 years ago by Jakub Ś

Keywords: IE contentEditable removed
Resolution: invalid
Status: newclosed
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.

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