Unplanned
Last Updated: 06 Jun 2016 10:20 by ADMIN
ADMIN
Dimitar
Created on: 26 May 2016 09:34
Category: RichTextEditor
Type: Bug Report
1
FIX. RadRichTextEditor - the layout is not updated when the spell checking is disabled.
To reproduce:
- Add some misspelled words.
- Enable the spell check - the layout is updated and the words are underlined.
- Disable the spell check - the lines are not removed until one clicks in the RichTextEditor.

Workaround:
 radRichTextEditor1.IsSpellCheckingEnabled = !radRichTextEditor1.IsSpellCheckingEnabled;
 radRichTextEditor1.Document.LayoutMode = DocumentLayoutMode.Paged;
 radRichTextEditor1.Document.LayoutMode = DocumentLayoutMode.Flow;

0 comments