[Mono-bugs] [Bug 79913][Nor] Changed - Control: Refresh doesn't invalidate non visible controls
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Dec 29 03:12:49 EST 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 toshok at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79913
--- shadow/79913 2006-12-27 16:17:00.000000000 -0500
+++ shadow/79913.tmp.16388 2006-12-29 03:12:49.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 79913
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: alex.olk at googlemail.com
QAContact: mono-bugs at ximian.com
@@ -54,6 +54,10 @@
------- Additional Comments From gert.driesen at pandora.be 2006-12-27 16:17 -------
I think the reason is that on Mono a handle is created for an
invisible control too, while on MS no handle is created for invisible
controls.
I'll add a unit test for this to ControlTest.cs tomorrow.
+
+------- Additional Comments From toshok at ximian.com 2006-12-29 03:12 -------
+yeah, i just noticed those failures myself. I've gone through and
+fixed the cases where we were creating a control too early.
More information about the mono-bugs
mailing list