[Mono-bugs] [Bug 77696][Min] New - Selecting text from TextBox initially fails

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 3 06:50:49 EST 2006


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 evert.verhellen at advalvas.be.

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: peter at novonyx.com                            
+ReportedBy: evert.verhellen at advalvas.be               
+QAContact: mono-bugs at ximian.com
+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 ...


More information about the mono-bugs mailing list