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)

ckeditor-edit area.png (16.4 KB) - added by tboeker 12 years ago.

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by tboeker

Attachment: ckeditor-edit area.png added

comment:1 Changed 12 years ago by Piotrek Koszuliński

Resolution: duplicate
Status: newclosed

Let's handle your issue in #10245, because this is the same problem - some of your styles are overwriting CKEditor styles.

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