https://bugzilla.novell.com/show_bug.cgi?id=635219
https://bugzilla.novell.com/show_bug.cgi?id=635219#c0 Summary: When reading input from the console, the first keystroke in the line is not always echoed on the screen Classification: Mono Product: Mono: Runtime Version: 2.6.x Platform: x86 OS/Version: Mac OS X 10.6 Status: NEW Severity: Minor Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=385996) --> (http://bugzilla.novell.com/attachment.cgi?id=385996) An example program that demonstrates the problem User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Safari/533.4 When reading input from the console, the first keystroke in the line is not always echoed on the screen Reproducible: Sometimes Steps to Reproduce: 1. Write code that calls Console.ReadLine() 2. Run your code 3. Input text, for example "1234" Actual Results: Whatever variable you store the result will get the correct value, but only "234" will be echoed to the screen. Expected Results: Same as above, except that all keystrokes are echoed to the screen. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
