Opened 12 years ago
Closed 12 years ago
#10251 closed Bug (duplicate)
Editor area problem
Reported by: | tboeker | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0.2 |
Keywords: | Cc: |
Description
The editing area is confined to left side of ckeditor and while the values used in resize appear to work, I have not been able to find a way to adjust the editing area. The area on the right contained the resize handle and the elementspath which I have disabled. I want the editing area to extend the full width. How do I change the size of the edit area? Or, is this a bug?
var oEditor = CKEDITOR.replace('editor1', {
disableNativeSpellChecker: false, removePlugins: 'elementspath', resize_enabled: false
}); oEditor.on('instanceReady', function(oEvent) {
oEvent.editor.resize(iWidth, iHeight, false, true);
});
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | ckeditor-edit area.png added |
---|
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Let's handle your issue in #10245, because this is the same problem - some of your styles are overwriting CKEditor styles.