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=79839 --- shadow/79839 2006-11-05 10:55:53.000000000 -0500 +++ shadow/79839.tmp.20100 2006-11-05 10:55:53.000000000 -0500 @@ -0,0 +1,35 @@ +Bug#: 79839 +Product: Mono: Class Libraries +Version: 1.1 +OS: GNU/Linux [Other] +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: TextBox selection broken + +Selecting text in a TextBox appears to be broken: + +* words on multiple lines, or multiple not-adjacent lines can be selected +by randomly clicking in the textbox. +=> This should not be possible. + +* clicking a given word 3 times selects the complete line. +=> MS does not expose this behavior. + +* double-clicking whitespace between two words selects both words. +=> MS only selects the word to the left of the whitespace, including the +whitespace itself + +To reproduce: + +1. compile and run the attached code snippet. +2. follow the on-screen instructions. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
