My editor has an empty space at the bottom (see attached screenshot). As far as I can tell, this only appears when autoheight is true. I have tried clearing out the modules and changing css, all with no luck. When I look at the editor's source in firefox using firebug I noticed that there is a newline which is causing the bottom space to exist (it is between the Wrapper table and the InsertLink div):
Here is my editor declaration:
And here is my tools file:
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
root
>
<
modules
>
<
module
name
=
"RadEditorHtmlInspector"
enabled
=
"false"
visible
=
"false"
dockingzone
=
"bottom"
/>
<
module
name
=
"RadEditorNodeInspector"
enabled
=
"false"
visible
=
"false"
dockingzone
=
"bottom"
/>
<
module
name
=
"RadEditorDomInspector"
enabled
=
"false"
visible
=
"false"
dockingzone
=
"bottom"
/>
<
module
name
=
"RadEditorStatistics"
enabled
=
"false"
visible
=
"false"
dockingzone
=
"bottom"
/>
</
modules
>
<
tools
>
<
tool
name
=
"Bold"
shortcut
=
"CTRL+B"
/>
<
tool
name
=
"Italic"
shortcut
=
"CTRL+I"
/>
<
tool
name
=
"Underline"
shortcut
=
"CTRL+U"
/>
<
tool
separator
=
"true"
/>
<
tool
name
=
"ForeColor"
/>
<
tool
name
=
"BackColor"
/>
<
tool
separator
=
"true"
/>
<
tool
name
=
"JustifyLeft"
/>
<
tool
name
=
"JustifyCenter"
/>
<
tool
name
=
"JustifyRight"
/>
<
tool
separator
=
"true"
/>
<
tool
name
=
"Indent"
/>
<
tool
name
=
"Outdent"
/>
<
tool
separator
=
"true"
/>
<
tool
name
=
"InsertOrderedList"
/>
<
tool
name
=
"InsertUnorderedList"
/>
<
tool
separator
=
"true"
/>
<
tool
name
=
"InsertLink"
shortcut
=
"CTRL+K"
/>
<
tool
name
=
"InsertSymbol"
/>
</
tools
>
<
tools
name
=
"DropdownToolbar"
>
<
tool
name
=
"FontName"
/>
<
tool
name
=
"RealFontSize"
text
=
"Size"
/>
</
tools
>
<
tools
enabled
=
"true"
>
<
tool
name
=
"Undo"
shortcut
=
"CTRL+Z"
/>
<
tool
name
=
"Redo"
shortcut
=
"CTRL+Y"
/>
<
tool
separator
=
"true"
/>
<
tool
name
=
"Cut"
shortcut
=
"CTRL+X"
/>
<
tool
name
=
"Copy"
shortcut
=
"CTRL+C"
/>
<
tool
name
=
"Paste"
shortcut
=
"CTRL+V"
/>
<
tool
separator
=
"true"
/>
<
tool
name
=
"Print"
shortcut
=
"CTRL+P"
/>
<
tool
name
=
"FindAndReplace"
shortcut
=
"CTRL+F"
/>
<
tool
name
=
"SelectAll"
shortcut
=
"CTRL+A"
/>
<
tool
separator
=
"true"
/>
<
tool
name
=
"AjaxSpellCheck"
shortcut
=
"F7"
/>
<
tool
name
=
"ToggleScreenMode"
shortcut
=
"F11"
/>
</
tools
>
</
root
>