I am using the Telerik RadEditor for the first time. I have to build a control that will help me edit HTML Formatted Files. The RadEditor Control serves the purpose. But I am getting a peculiar error.
The Toolbar of the RadEditor crashes or goes into hiding when Mouse Hovers over the HyperLink Button or I click on the HyperLink Button.
Sometimes IE Script Debugger Throws the an Unspecified Error with number 3484 and the following Script. When I use the Script Debugger it breaks at the following Function.
GetToolBarPlugin('dbe114f64f5fa38cc4211dc1a04f').Content.d2561485cd324b3d8c1ab4a1bcf7da2f.SetToolsStates(
editor.getToolState("Bold"),
editor.getToolState("Italic"),
editor.getToolState("Underline"),
editor.getToolState("JustifyLeft"),
editor.getToolState("JustifyRight"),
editor.getToolState("JustifyCenter"),
editor.getToolState("JustifyFull"),
editor.getToolState("InsertOrderedList"),
editor.getToolState("InsertUnorderedList"),
fontNameValue,
editor.getToolState("FontName"),
fontSizeValue,
editor.getToolState("FontSize"),
editor.getToolState("Superscript"),
editor.getToolState("Subscript"),
editor.getToolState("Undo"),
editor.getToolState("Redo"),
editor.getToolState("StrikeThrough"),
linkHref,
linkTitle,
linkTarget,
imgSrc,
imgAlt,
imgBorder
);
I am not sure but the the Toolbar hiding is a problem.
Amit Patel.