[Mono-bugs] [Bug 78291][Nor] New - 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:03:26 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.18794	2006-05-04 11:03:26.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 78291
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: xenomorph2 at onlinehome.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: TextBox: Del key shouldn't fire a KeyPress event
+
+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.


More information about the mono-bugs mailing list