Hi,
Looks like the TinyMCE JavaScript doesn't auto detect the height of the editor when it's hidden (inside 2nd, 3rd tab). In this case, I'd suggest using editor_height
option for the editor instead of textarea_rows
, like this:
'options' => array( 'editor_height' => 400 ),
The value is the height of the editor in pixels.