[Mono-bugs] [Bug 77219][Nor] Changed - RichTextBox KeyDown does not
handle Enter key
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 12 00:49:36 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:34:47.000000000 -0500
+++ shadow/77219.tmp.24628 2006-01-12 00:49:35.000000000 -0500
@@ -46,6 +46,19 @@
------- Additional Comments From peter at novonyx.com 2006-01-11 21:34 -------
Can you please provide a short sample to reproduce the issue? (I
haven't looked at it yet, but I know that with certain properties set
it's supposed to eat the enter key; not sure if it's also supposed to
eat the event, though). Sample code would make it easy to test and
compare to MS. Thanks
+
+------- Additional Comments From simon at nureality.ca 2006-01-12 00:49 -------
+Proper behavior in a quick test case I ran is:
+
+KeyDown
+KeyPress
+KeyUp
+
+When doing so by pressing the "ENTER" key, it still calls all 3
+on .NET
+
+On Mono, the same looks to be true except when pressing "ENTER". I
+will be following with an attached test case.
More information about the mono-bugs
mailing list