Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4374 closed Bug (invalid)

Setting config.height to 100% does not work

Reported by: xandros Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc:

Description

I cant get height 100% to work with the new CKeditor 3.0 with default settings.

The documentation says : CKEDITOR.config.height : The editor height, in CSS size format or pixel integer.

This don't seems to be the case. because it wont work with %. When I change the source to include the height style as below it renders fine.

<span id="cke_editor1" class="cke_skin_v2" lang="en" style="width: 100%; height: 100%;" tabindex="0" title=" " dir="ltr" onmousedown="return false;"> <span class="cke_browser_gecko" style="height: 100%;"> <span class="cke_wrapper cke_ltr" style="height: 100%;"> <table class="cke_editor" cellspacing="0" cellpadding="0" border="0" style="height: 100%;">

Change History (3)

comment:1 Changed 15 years ago by Garry Yao

Keywords: height 100 percent removed
Resolution: invalid
Status: newclosed

This config entry is about the editor contents height instead of the editor chrome height, which is not supporting percentage based CSS height, so instead the document should be fixed.

comment:2 Changed 15 years ago by Garry Yao

Fixing document with [4226].

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x
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