Completed
Last Updated: 17 Sep 2015 10:43 by ADMIN
ADMIN
Dimitar
Created on: 20 Apr 2015 06:59
Category: RichTextEditor
Type: Bug Report
0
FIX. RadRichTextEditor - the bold, italic, underline and strikethrough commands does not work properly from the RichTextEditorRibbonBar
To reproduce:
- Start the demo application 
- Type some text and try to make it bold  with the bold button from the ribbon.

Workaround:
void richTextEditorRibbonBar1_MouseDown(object sender, MouseEventArgs e)
{
    radRichTextEditor1.RichTextBoxElement.SelectionMiniToolBar.Hide();
}
0 comments