Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2010 at 14:13 UTC
Updated:
20 May 2010 at 11:10 UTC
At line 498 of ckeditor.module the 'e' has been forgotten:
if (!isset($lement['#rows'])){
$element['#rows'] = 5;
}
causing it that the body area is always set to 5 rows, resulting in that ckeditor is always set to 210px height. Adding the 'e' fixes the problem.
Comments
Comment #1
mephir commentedThanks for report, it will be fixed in cvs version asap.
Comment #2
mephir commentedChanges was commited in 30 April.
If you have any lack of clarity about issue, feel free to reopen it.