[Mono-bugs] [Bug 81401][Nor] New - Console.In.Read call finishes	before enter when there are unread characters
    bugzilla-daemon at bugzilla.ximian.com 
    bugzilla-daemon at bugzilla.ximian.com
       
    Thu Apr 19 15:55:14 EDT 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=81401
--- shadow/81401	2007-04-19 15:55:14.000000000 -0400
+++ shadow/81401.tmp.26862	2007-04-19 15:55:14.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 81401
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details: Gentoo Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Console.In.Read call finishes before enter when there are unread characters
+
+When you invoke Console.In.Read while there are unread characters, then 
+it will immediately consume these character and return, instead of 
+waiting for the user to press enter.
+
+This issue only involves the 1.0 profile. A similar issue was fixed by 
+Jeffrey for the 2.0 profile as part of bug #81159.
+
+To reproduce:
+1. mcs test.cs && mono test.exe
+2. follow the on-screen instructions.
    
    
More information about the mono-bugs
mailing list