[Mono-bugs] [Bug 80604][Maj] Changed - Form.Visible should return true during OnLoad
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 24 13:10:02 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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80604
--- shadow/80604 2007-01-24 13:06:21.000000000 -0500
+++ shadow/80604.tmp.26354 2007-01-24 13:10:02.000000000 -0500
@@ -2,21 +2,20 @@
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Form.Visible should return true during OnLoad
Description of Problem:
The Visible property of a Form returns false when called from the OnLoad
method.
@@ -43,6 +42,15 @@
before calling CreateControl.
------- Additional Comments From monkey at jpobst.com 2007-01-24 13:06 -------
Created an attachment (id=18552)
Proposed Patch
+
+------- Additional Comments From monkey at jpobst.com 2007-01-24 13:10 -------
+I attached the patch of what George is proposing, and I think he's
+correct. However, I think it's best if toshok checks it out as he
+knows the Visible details the best. In my opinion, we shouldn't put
+it in until 1.2.3 is released due to the potential to break things.
+(perhaps a week after in case of a 1.2.3.1) :)
+
+Thanks for the report and the fix!
More information about the mono-bugs
mailing list