[Mono-bugs] [Bug 76871][Wis] New - ConsoleKeyInfo
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Dec 1 15:22:08 EST 2005
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 barbosa at flexsolutions.com.br.
http://bugzilla.ximian.com/show_bug.cgi?id=76871
--- shadow/76871 2005-12-01 15:22:08.000000000 -0500
+++ shadow/76871.tmp.28782 2005-12-01 15:22:08.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 76871
+Product: Mono: Runtime
+Version: 1.1
+OS: other
+OS Details: Fedora Core 4
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: barbosa at flexsolutions.com.br
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ConsoleKeyInfo
+
+Description of Problem:
+When use ConsoleKeyInfo and compare the input value with ConsoleKey.Escape
+the result is not match.
+
+Steps to reproduce the problem:
+while (true)
+{
+ ConsoleKeyInfo cki = Console.ReadKey();
+ if (cki.Key == System.ConsoleKey.Escape)
+ break
+}
+
+In windows this works fine, but in mono...
+
+Mono-1.1.10
+Fedora Core 4.
More information about the mono-bugs
mailing list