Hi,
I found one issue and really appreciate if you help me to find what is wrong.
There is RadEditor on the page: <telerik:RadEditor ... />
Initialization is following:
Issue is following: under IE8 (in both modes 8 & 7) when enter some text, select the text, choose some font size, click on Bold button - in font size DDL there is 100%, but must be the font size.
Note that the same for Italic and Underline buttons. The issue is only under IE browser, e.g. FF works properly.
I attached two screens: first just how it works w/o click on Bold button, other one when click on the button.
Could you please take a look and update me how I can fix it and what's the main reason of the issue?
Thanks.
I found one issue and really appreciate if you help me to find what is wrong.
There is RadEditor on the page: <telerik:RadEditor ... />
Initialization is following:
radEditor.Tools.Clear(); EditorToolGroup toolBar = new EditorToolGroup();
... toolBar.Tools.Add(new EditorSeparator()); EditorTool fontsize = new EditorTool("RealFontSize"); toolBar.Tools.Add(fontsize); toolBar.Tools.Add(new EditorTool("Bold")); toolBar.Tools.Add(new EditorTool("Italic")); toolBar.Tools.Add(new EditorTool("Underline")); toolBar.Tools.Add(new EditorSeparator()); toolBar.Tools.Add(new EditorTool("ForeColor")); toolBar.Tools.Add(new EditorTool("BackColor"));... radEditor.Tools.Add(toolBar);Issue is following: under IE8 (in both modes 8 & 7) when enter some text, select the text, choose some font size, click on Bold button - in font size DDL there is 100%, but must be the font size.
Note that the same for Italic and Underline buttons. The issue is only under IE browser, e.g. FF works properly.
I attached two screens: first just how it works w/o click on Bold button, other one when click on the button.
Could you please take a look and update me how I can fix it and what's the main reason of the issue?
Thanks.
