[Mono-bugs] [Bug 78773][Nor] Changed - TextBoxBase: TextChanged event isn't fired when it's set by first time and gets a String.Empty value
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 6 05:41:37 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 unserkonig at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78773
--- shadow/78773 2006-07-06 05:36:45.000000000 -0400
+++ shadow/78773.tmp.21201 2006-07-06 05:41:36.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 78773
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: unserkonig at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -18,6 +18,9 @@
There is a special scenario where changing the Text value of TextBoxBase
(using this implementation in TextBox) doesn't get TextChange event called.
It happens when Text property is used by first time and gets a String.Empty
value, previously having a non-empty value in the graphical text box.
+
+------- Additional Comments From unserkonig at gmail.com 2006-07-06 05:41 -------
+Sample code at: http://pastebin.ca/80309
More information about the mono-bugs
mailing list