[Mono-bugs] [Bug 78116][Maj] Changed - TextBox TextChanged event gets fired before KeyPress event and setting text with the Text property shouldn't select the text

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 26 17:32:42 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 peter at novonyx.com.

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

--- shadow/78116	2006-04-26 17:08:45.000000000 -0400
+++ shadow/78116.tmp.24020	2006-04-26 17:32:42.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78116
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: xenomorph2 at onlinehome.de               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -37,6 +37,15 @@
 
 
 ------- Additional Comments From xenomorph2 at onlinehome.de  2006-04-26 17:08 -------
 Created an attachment (id=16846)
 Screenshot
 
+
+------- Additional Comments From peter at novonyx.com  2006-04-26 17:32 -------
+The first issue was not an issue (you tested with backspace 
+only,which was not generating a OnTextChanged, it is now, as of 
+r59950).
+
+The second issue (selection when Text property changed) is now fixed 
+in svn. (We no longer select all text if the control is focused when 
+the setting happens)


More information about the mono-bugs mailing list