[Mono-bugs] [Bug 77526][Wis] New - RichTextBox.AppendText &
RichTextBox.Clear() & RichTextBox.KeyDown Issues
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Feb 10 17:39:52 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by simon at nureality.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=77526
--- shadow/77526 2006-02-10 17:39:52.000000000 -0500
+++ shadow/77526.tmp.3225 2006-02-10 17:39:52.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 77526
+Product: Mono: Class Libraries
+Version: 1.0
+OS: GNU/Linux [Other]
+OS Details: Kubuntu
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: simon at nureality.ca
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: RichTextBox.AppendText & RichTextBox.Clear() & RichTextBox.KeyDown Issues
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+1. When calling RichTextBox.AppendText() multiple times, the text is
+appended out of order.
+
+2. RichTextBox.Clear(); does not clear the contents of the RichTextBox.
+
+3. When handling the KeyDown event and setting e.Handled = true, the value
+of that key is still put into the contents of the RichTextBox when it
+should not.
+
+Steps to reproduce the problem:
+1.
+2.
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
+Please run the test case I have provided. Type characters into the bottom
+RichTextBox and either press send or press the "ENTER" key on your
+keyboard to send the message to the top RichTextBox. Pressing the "ENTER"
+key will also reproduce the KeyDown issue.
More information about the mono-bugs
mailing list