Opened 12 years ago
Last modified 10 years ago
#10197 confirmed Bug
CKE 4.x Inline Can't disable object resizing — at Version 1
Reported by: | Sean Kelly | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | Cc: |
Description (last modified by )
- Put below code into inlinebycode sample
CKEDITOR.disableAutoInline = true; var editor = CKEDITOR.inline( 'editable', { disableObjectResizing : true });
- You can also try putting disableObjectResizing into config.js
It is still possible to resize images with inline editor in Firefox or IE (Please do not confuse with #9317).
Change History (1)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
Version: | 4.0.1 → 4.0 Beta |