Ticket #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
Note: See
TracTickets for help on using
tickets.

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.