[Mono-bugs] [Bug 81106][Nor] New - TextBox: Invalidated event fires too much when changing ForeColor
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 10 15:46:59 EST 2007
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=81106
--- shadow/81106 2007-03-10 15:46:59.000000000 -0500
+++ shadow/81106.tmp.27965 2007-03-10 15:46:59.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 81106
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TextBox: Invalidated event fires too much when changing ForeColor
+
+When the ForeColor of a TextBox is modified before the handle is created,
+then the Invalidated event fires 3 times once the handle is actually
+created (while it should not have fired).
+
+I've committed a unit test (marked NotWorking) for ForeColor to
+TextBoxTest.cs that currently fails because of this.
More information about the mono-bugs
mailing list