Completed
Last Updated: 23 Apr 2014 12:56 by Jesse Dyck
ADMIN
Plamen
Created on: 02 Jan 2013 07:56
Category:
Type: Bug Report
8
FIX. RadRichTextBox - Extremely slow when deleting text from RichTextBox
Steps to reproduce: 1) Enable spell checking: this.radRichTextBox1.IsSpellCheckingEnabled = true; 2) Set the Text property to some value: this.radTextBox1.Text = "Sample text"; 3) Try deleting the text from the RichTextBox by holding down backspace or the delete key Expected result: See the characters you are deleted one by one by holding the delete key Actual result: The RichTextBox seems to pause, and can not be seen which characters are deleted
2 comments
Jesse Dyck
Posted on: 18 Apr 2013 11:13
Indeed it is a bug report. I have corrected its status.
Jesse Dyck
Posted on: 18 Apr 2013 03:18
This worked in version 2012.3.1017.40 so its not really a feature request...