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

mephir’s picture

Status: Active » Needs work

Thanks for report, it will be fixed in cvs version asap.

mephir’s picture

Status: Needs work » Fixed

Changes was commited in 30 April.
If you have any lack of clarity about issue, feel free to reopen it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.