[Mono-bugs] [Bug 80604][Nor] Changed - Form.Visible should return true during OnLoad
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Feb 8 16:15:30 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=80604
--- shadow/80604 2007-02-07 17:28:14.000000000 -0500
+++ shadow/80604.tmp.19617 2007-02-08 16:15:30.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80604
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
@@ -66,6 +66,14 @@
------- Additional Comments From toshok at ximian.com 2007-02-07 17:28 -------
I'm going to go ahead and commit this fix. This should be considered
another bandaid/workaround for the lack of a real fix for 80020. The
real fix will likely be setting is_visible to true/false in
Control.WndProc in response to the WM_SHOWWINDOW message. Adding some
text to that bug about this bug, and marking this bug fixed.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-02-08 16:15 -------
+Apparently Visible is still false during OnLoad for a form that is
+not made visible by Application.Run.
+
+I've added a unit test (named VisibleOnLoad) for this to FormTest.cs.
+
+Note: the test is marked NotWorking for now.
More information about the mono-bugs
mailing list