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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Nov 2004 17:49:15 -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 peter@novonyx.com.

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

--- shadow/69831	2004-11-23 20:01:45.000000000 -0500
+++ shadow/69831.tmp.5458	2004-11-24 17:49:15.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 69831
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter@novonyx.com                            
 ReportedBy: jba-mono@optusnet.com.au               
 QAContact: mono-bugs@ximian.com
@@ -17,6 +17,13 @@
 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.
+
+------- Additional Comments From peter@novonyx.com  2004-11-24 17:49 -------
+Fixed the modifier behaviour, now modifiers properties will properly 
+return the state. Also, KeyData will reflect the key and state, not 
+only the key.
+
+Fixed in svn r36500.