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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Nov 2004 06:45:38 -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-24 17:49:15.000000000 -0500
+++ shadow/69831.tmp.20050	2004-11-26 06:45:38.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 69831
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
+Status: CLOSED   
 Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter@novonyx.com                            
 ReportedBy: jba-mono@optusnet.com.au               
@@ -24,6 +24,10 @@
 ------- 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.
+
+------- Additional Comments From jba-mono@optusnet.com.au  2004-11-26 06:45 -------
+works well with the monthcalendar control (as long as you bypass
+ContainerControl.ProcessDialogKey)