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=77696 --- shadow/77696 2006-03-03 06:50:49.000000000 -0500 +++ shadow/77696.tmp.30448 2006-03-03 06:50:49.000000000 -0500 @@ -0,0 +1,44 @@ +Bug#: 77696 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Fedora Core 4 +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Selecting text from TextBox initially fails + +Description of Problem: +Selecting text from a TextBox entry field with the keyboard initially +fails. Subsequent attempts work fine though. + +Steps to reproduce the problem: +1. Compile test case. +2. Start test case. +3. Type in "123". +4. Press [Shift]+[Home]. +5. Press [Delete]. + +Actual Results: +Deletes first character only because no selection was made. + +Expected Results: +TextBox should be empty again (verified against Microsoft .NET 1.1.4322). + +How often does this happen? +Always. + +Version details: +mono-winforms-1.1.13.4-0.novell + +Additional Information: +If you do [Shift]+[Left] instead of [Shift]+[Home] it selects "12" instead +of "3" which is strange too ... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
