Hello,
The content area of RadEditor is by default rendered as an iframe element (ContentAreaMode="iframe"), which is another document which capture the events of the parent page. If you set the ContentAreaMode property to DIV, the content area will be rendered as a DIV and you should not experience this behavior. You can find more information about the DIV area mode in this live demo:
ContentAreaMode='Div' property.
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.