Completed
Last Updated: 27 Dec 2016 14:49 by ADMIN
ADMIN
Dimitar
Created on: 19 Dec 2016 07:11
Category: Editors
Type: Bug Report
1
FIX. RadSpellChecker - words are not separated correctly when the checked control is standard RichTextBox.
To reproduce:
- Add RichTextBox and type two words each on a separate line.
- Perform spell check using the following code:

radSpellChecker1.SpellCheckMode = SpellCheckMode.WordByWord;
radSpellChecker1.Check(richTextBox1);

The result is shown on the attached image.
Attached Files:
0 comments