[Mono-bugs] [Bug 78545][Nor] Changed - KeysConverter fails on modifier only keys

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed May 31 16:19:57 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=78545

--- shadow/78545	2006-05-31 01:07:37.000000000 -0400
+++ shadow/78545.tmp.15885	2006-05-31 16:19:57.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78545
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: XP SP2
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: leppie at webmail.co.za               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -32,6 +32,40 @@
 }
 
 > mono TypeConvertor.bug.exe
 Unhandled Exception: System.ArgumentException: The requested value `Ctrl' 
 was not found ---> System.FormatException: Input string was not in the 
 correct format
+
+------- Additional Comments From xenomorph2 at onlinehome.de  2006-05-31 16:19 -------
+When I run your test case with ms .net I get a
+System.ArgumentException too.
+
+You should change "Ctrl" to "Control" and everything is fine.
+
+The standard values for KeysConverter are:
+
+Alt
+Home
+End
+Next
+Prior
+Insert
+Enter
+Delete
+F1
+F10
+F11
+F12
+F2
+F3
+F4
+F5
+F6
+F7
+F8
+F9
+Control
+Shift
+Back
+
+So, this is not a bug but expected behaviour.


More information about the mono-bugs mailing list