[Mono-bugs] [Bug 69831][Nor] New - KeyEventArgs.Shift not being set properly (and others)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Nov 2004 06:03:28 -0500 (EST)


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 jba-mono@optusnet.com.au.

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

--- shadow/69831	2004-11-23 06:03:28.000000000 -0500
+++ shadow/69831.tmp.2387	2004-11-23 06:03:28.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 69831
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: pbartok@novell.com                            
+ReportedBy: jba-mono@optusnet.com.au               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: KeyEventArgs.Shift not being set properly (and others)
+
+KeyEventArgs.KeyCode seems to be set properly but the convenience methods
+KeyEventArgs.Shift and others are not being set
+
+KeyEventArgs.Shift is always false even if KeyCode says it is shift.