[Mono-bugs] [Bug 78401][Min] New - [PATCH] TextBoxBase: keep selection when the mouse cursor moved out left

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 15 05:52:27 EDT 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 atsushi at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78401

--- shadow/78401	2006-05-15 05:52:27.000000000 -0400
+++ shadow/78401.tmp.10258	2006-05-15 05:52:27.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 78401
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: atsushi at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] TextBoxBase: keep selection when the mouse cursor moved out left
+
+TextBoxBase(TextBox/RichTextBox) misses its selected texts when you move
+mouse cursor leftward the TextBoxBase.
+
+Steps to reproduce the problem:
+1. run swf-textboxes.exe
+2. select non-RtoL textbox.
+3. push down the mouse, then move leftward to outside the control.
+
+Actual Results:
+
+When you move to cursor outside the control, it get to select nothing.
+
+Expected Results:
+
+The selection is held as it was.
+
+How often does this happen? 
+
+consistently.
+
+Additional Information:
+
+There seems another bug on RtoL selection. Will report another one.
+
+Patch being attached.


More information about the mono-bugs mailing list