I just upgraded to 2.6.3. The new floating dialog panels have problems with their height. For example, I have a plugin that uses the following code:
FCKCommands.RegisterCommand( 'YouTube', new FCKDialogCommand( 'YouTube', 'Add Video', YouTubeURL, 450, 370 ) );
The fifth argument of FCKDialogCommand() is the height, but it is not working as it used to. The line of buttons is obscuring a good portion of my plugin form because my form is not getting the full 370 pixels that I specify. This is happening on some of my other buttons as well. I have seen this on Firefox in Mac and PC and in IE.
This is what it looks like:
Is there a way I can fix this? Is this a bug, or am I doing something wrong?