[Mono-bugs] [Bug 69375][Nor] New - Child-Label content disappears
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Nov 2004 15:02:48 -0500 (EST)
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 peter@novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69375
--- shadow/69375 2004-11-11 15:02:48.000000000 -0500
+++ shadow/69375.tmp.26510 2004-11-11 15:02:48.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 69375
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: peter@novonyx.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Child-Label content disappears
+
+When creating a label as a child of another label, both are displayed
+properly. When then calling Hide() on the parent label, both properly are
+no longer visible. Then, when calling Show() on the parent label, both
+windows are shown again, but the text for the child label is no longer
+displayed.
+
+Attaching sample app.