Completed
Last Updated: 12 Feb 2015 17:19 by ADMIN
ADMIN
Dimitar
Created on: 23 Dec 2014 12:44
Category: RichTextEditor
Type: Bug Report
1
FIX. RadRichTextEditor - exception when the ShowSpellCheckingDialog method is called for the second time.
To reproduce:
- Create a new winforms project.
- Drop a RadRichTextEditor on the form.
- Drop a button on the form.
- In the button Click event add: radRichTextEditor1.ShowSpellCheckingDialog();
- Run the project.
- Click the button - a message is displayed "The spelling check is complete".
- Type some text with a spelling error in the rich text editor.
- Click the button again - a System.InvalidOperationException exception occurs.

Workaround:
radRichTextEditor1.RichTextBoxElement.SpellCheckingDialog = new SpellCheckingDialog();
0 comments