[Mono-bugs] [Bug 78912][Nor] Changed - [PATCH] Cannot modify KeyChar in a KeyPress event handler
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 20 14:07:49 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 kuba.brecka at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78912
--- shadow/78912 2006-07-20 13:46:22.000000000 -0400
+++ shadow/78912.tmp.31632 2006-07-20 14:07:49.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 78912
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: kuba.brecka at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Cannot modify KeyChar in a KeyPress event handler
+Summary: [PATCH] Cannot modify KeyChar in a KeyPress event handler
When I add a KeyPress event handler to a TextBox, and when I modify the
KeyPressEventArgs.KeyChar value, it has no effect.
Reproduce code:
using System;
More information about the mono-bugs
mailing list