[Mono-bugs] [Bug 77219][Nor] New - RichTextBox KeyDown does not
handle Enter key
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 11 21:21: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=77219
--- shadow/77219 2006-01-11 21:21:52.000000000 -0500
+++ shadow/77219.tmp.21961 2006-01-11 21:21:52.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 77219
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: simon at nureality.ca
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: RichTextBox KeyDown does not handle Enter key
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+KeyDown event on RichTextBox (and possibly TextBox) does not fire when
+hitting the ENTER key.
+
+
+Steps to reproduce the problem:
+1. Handle KeyDown event
+2. Run
+3. Press enter key
+
+Actual Results:
+Never fires.
+
+
+Expected Results:
+Should fire the event passing a e.KeyCode =
+System.Windows.Forms.Keys.Enter.
+
+
+How often does this happen?
+Every time.
+
+Additional Information:
More information about the mono-bugs
mailing list