[Mono-bugs] [Bug 79778][Nor] Changed - TabPage gets set to visible even if TabControl is not visible

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Oct 29 17:50:30 EST 2006


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 jackson at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79778

--- shadow/79778	2006-10-29 17:05:23.000000000 -0500
+++ shadow/79778.tmp.23898	2006-10-29 17:50:30.000000000 -0500
@@ -82,6 +82,13 @@
 
 That means, no check is done in Control.SetVisibleCore to verify that
 a control (!= Form, PopupMenu , etc.) has a TopLevelControl. We simply
 call driver.SetVisible(handle, true) which is wrong then.
 
 
+
+------- Additional Comments From jackson at ximian.com  2006-10-29 17:50 -------
+One more note, TabPage.Visible is basically completely unuseable on
+both Mono and MS:
+http://msdn2.microsoft.com/en-gb/library/system.windows.forms.tabpage.visible.aspx
+
+


More information about the mono-bugs mailing list