[Mono-bugs] [Bug 79184][Nor] Changed - Setting TextBox.SelectedText doesn't update SelectionStart properly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Aug 27 15:37:23 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=79184
--- shadow/79184 2006-08-27 09:26:23.000000000 -0400
+++ shadow/79184.tmp.23251 2006-08-27 15:37:23.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 79184
Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: kuba.brecka at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -48,6 +48,9 @@
T.SelectedText = "olleh";
MessageBox.Show(T.SelectionStart.ToString());
Controls.Add(T);
}
}
}
+
+------- Additional Comments From peter at novonyx.com 2006-08-27 15:37 -------
+fixed in svn r64444.
More information about the mono-bugs
mailing list