I'm using TinyMCE and the form for editing the text stretches about 2 screens down the page (regardless of the content within the form). It's just a bunch of white space.
My theme is not causing this problem, as I'm seeing it on 3 separate drupal sites. I've tried the following:
Changing from default CSS to my theme CSS (to theme the editor).
Turning resizing off and on.
Now...since I tend to use the same modules on all of my drupal sites, I'm guessing that something is screwing with the editor's theme.
The only thing I can do to fix it is to disable the custom resizing plugin. (Config -> Content Authoring -> WYSIWYG -> List -> Edit -> Uncheck "Auto
Anyway - thought I'd post this minor bug (and fix) in case anyone else runs into it.
Comments
Comment #1
twodSorry for the long wait.
Yes, there's are/were known issues with the auto-resize plugin where it can sometimes miscalculate the height. Disabling the plugin is the only known way we have of working around it. If you can't find any styles or elements surrounding the textarea which may interfere with the calculations, there's nothing we can do in Wysiwyg module itself.