Hi Telerik,
We've just upgraded to RadEditor version 5.8.6.0 on our development server and are using MOSS 2007 and IE8.
The issue that we are experiencing is that when wanting to apply a css class (from the Apply CSS Class dropdown box) to selected text, which could be one word for instance, the style applies to the entire paragraph rather than to the selected word.
We've set up our custom class styles by using an external
CssEditor.css file which we point to in the
ConfigFile.xml file using the "
CssFiles" property.
We've also referenced the classes in the
ToolsFile.xml, so that only the required classes appear in the drop-down.
RadEditor version 5.8.0.0 didn't have this problem, but version 5.8.6.0 does. I've also noticed it does this on the online demo version that you have on your site.
For example, go to
http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx,
highlight a word in one of the paragraphs, then click on the
Apply CSS Class dropdown and select
.redText. Notice how the entire paragraph turns red, not just the word. Is this normal behaviour now for RadEditor? If so, how do we get RadEditor to apply styles to selected text only?
Thanks,
Claudz