[Mono-bugs] [Bug 78291][Nor] Changed - TextBox: Del key shouldn't fire a KeyPress event

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 4 11:04:03 EDT 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 xenomorph2 at onlinehome.de.

http://bugzilla.ximian.com/show_bug.cgi?id=78291

--- shadow/78291	2006-05-04 11:03:26.000000000 -0400
+++ shadow/78291.tmp.18832	2006-05-04 11:04:03.000000000 -0400
@@ -19,6 +19,11 @@
 On Windows if you delete text in a TextBox with the Del key no KeyPress
 event gets fired. MWF fires it for the Del key. KeyPressEventArgs.KeyChar
 value is then ',' or as byte 44.
 
 Attached is a small sample app. Just delete text in the textbox with the
 Del key. You can watch the output on the console.
+
+------- Additional Comments From xenomorph2 at onlinehome.de  2006-05-04 11:04 -------
+Created an attachment (id=16923)
+Sample app
+


More information about the mono-bugs mailing list