[Mono-bugs] [Bug 81050][Nor] New - System.Console.ReadKey() do not have the same behavior as MS.NET

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Mar 6 06:54:47 EST 2007


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 cedricv at neonux.com.

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

--- shadow/81050	2007-03-06 06:54:47.000000000 -0500
+++ shadow/81050.tmp.16623	2007-03-06 06:54:47.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 81050
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: cedricv at neonux.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Console.ReadKey() do not have the same behavior as MS.NET
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Steps to reproduce the problem:
+1. char c = Console.ReadKey();
+
+Actual Results:
+The pressed key is not displayed in the console window.
+
+Expected Results:
+The key should be displayed (use Console.ReadKey(true) if you do not want
+this behavior).
+MSDN documentation claims the pressed key is not displayed but it is on
+MS.NET implementation.
+
+How often does this happen? 
+Always.


More information about the mono-bugs mailing list