[Mono-bugs] [Bug 82667][Nor] Changed - Control: Making visible a child control should not hide children controls in front (z order)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 5 06:58:03 EDT 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 everaldo at simios.org.
http://bugzilla.ximian.com/show_bug.cgi?id=82667
--- shadow/82667 2007-09-05 06:56:03.000000000 -0400
+++ shadow/82667.tmp.15003 2007-09-05 06:58:03.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82667
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: everaldo at simios.org
ReportedBy: unserkonig at gmail.com
QAContact: mono-bugs at ximian.com
@@ -106,6 +106,10 @@
To test it I changed your sample in Button1Handler.
line:
l2.Visible = true;
changed to:
l2.Visible = !l2.Visible;
+
+------- Additional Comments From everaldo at simios.org 2007-09-05 06:58 -------
+I added some code to prevent MDI regression, see r85344. Just a if to
+check if control is not a form.
More information about the mono-bugs
mailing list