Hi,
Which is the browser under which the problems exist?
Do you use DIV content area mode (ContentAreaMode="Div" or the default IFRAME one?
It is expected to resize the DIV content area when pasting some long incessant text, because this is how the browser behaves. The solution is to apply width to the DIV element:
.reContentArea
{
word-wrap: break-word;
width
:
300px
;
}
It is a problem that the Design and HTML buttons go away. Unfortunately, I was unable to reproduce this problem in the online demos of RadEditor. Is it possible to provide a simple demo in a support ticket so that I can investigate the problem? Please, include sample HTML content for paste.
All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.