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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80604 --- shadow/80604 2007-02-10 11:53:34.000000000 -0500 +++ shadow/80604.tmp.11668 2007-03-12 16:52:27.000000000 -0500 @@ -88,6 +88,15 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-02-10 11:53 ------- I've attached another repro. I'm not sure if this issue is caused by the fixes that went in, but it shows that forms are being displayed too soon now. + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-12 16:52 ------- +Control.Show (well, Control.SetVisibleCore) does call CreateControl +before calling XplatUI.SetVisible. I just committed a test - +ControlTest.CreateControlVisibleTest - which confirms this. Actually, +by the time CreateControl is called, the control should already be +visible (i.e. is_visible will be true.) + +I'll dig deeper. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
