Opened 9 years ago

Closed 9 years ago

#13008 closed Bug (invalid)

Cross Browser issue..

Reported by: Chandran M Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

IE and -Moz- cross browser compatibility issue

Issues: unable to remove image resize handle. Ex. http://i.stack.imgur.com/oNse1.png

Note: I did below ways as well. 1.Unchecked image auto resize option in Browser setting<br> 2.<img contentEditable=false src="..."/> <br> 3.CKEDITOR.replace( 'editor1', {

disallowedContent: 'img[width,height]'

} );

and config.disallowedContent = 'img[width,height]';

Attachments (1)

img_PreventResize.jpg (56.3 KB) - added by Chandran M 9 years ago.

Download all attachments as: .zip

Change History (2)

Changed 9 years ago by Chandran M

Attachment: img_PreventResize.jpg added

comment:1 Changed 9 years ago by Jakub Ś

Keywords: image resize removed
Resolution: invalid
Status: newclosed
Version: 4.5.0 (GitHub - major)

What you are reffering to is object resizing. Please see http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-disableObjectResizing.

We have however couple of issues with it e.g. #12772.

If you want to make these rectangles go away you might want to try out http://dev.ckeditor.com/ticket/9317#comment:3. For IE11 you might want to try our the http://dev.ckeditor.com/ticket/9317#comment:16.

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