Completed
Last Updated: 30 Sep 2013 14:52 by ADMIN
ADMIN
Marin Bratanov
Created on: 28 May 2013 09:19
Category: Editor
Type: Bug Report
2
the repaint() method of RadEditor causes incorrect calculations with small heights
When the height of the RadEditor is too small to accommodate the tools with the given width calling repaint() causes the appearance of the control to break due to incorrect calculations. This means that the control has an optimal (minimal) height.
The repaint() method is automatically called when the control is shown after being initially hidden on the page (e.g. after a partial postback)

Possible workarounds:
- increase the height of the control. For example, 640px width with 264px height and the default set of tools work well
- reduce the number of used tools. Effectively leaves more height for the control to use
- use ToolbarMode=ShowOnFocus to avoid having the tools in the main content initially, they will be shown in a popup when the content area is focused
Attached Files:
0 comments