Opened 10 years ago
Closed 10 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)
Change History (2)
Changed 10 years ago by
Attachment: | img_PreventResize.jpg added |
---|
comment:1 Changed 10 years ago by
Keywords: | image resize removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
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.