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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
