Unplanned
Last Updated: 09 May 2017 15:20 by ADMIN
ADMIN
Mihail
Created on: 09 May 2017 15:16
Category: RichTextBox
Type: Bug Report
0
RichTextBox: Undo and redo are not cleared when the IsEnabled property of the document history is changed
Changing the IsEnable property of the document history should clear the undo and redo. Executing undo or redo over a document with changed structure will result in an invalid document.

Steps to reproduce:
1. Add text to the RadRichTextBox.
2. Disable the document history.

Expected: The undo and redo are cleared.
Actual: the undo is not cleared and the MultipleUndoControl contains all changes.
0 comments