[Mono-bugs] [Bug 77334][Wis] New - Invisible buttons are not invisible

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 23 15:14:50 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 don at edvalson.net.

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

--- shadow/77334	2006-01-23 15:14:50.000000000 -0500
+++ shadow/77334.tmp.27452	2006-01-23 15:14:50.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 77334
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Windows XP, MAC X11, MAC Carbon
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: don at edvalson.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Invisible buttons are not invisible
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem: System.Windows.Forms.Buttons which are 
+initialized with Visible = false before the form is first drawn appear 
+anyway. To make them go away, you must set Visible = true and then 
+Visible = false;
+
+Steps to reproduce the problem:
+1. Create a form with a button. Set visible = false in the forms 
+constructor.
+2. Run the app. You will see the button.
+3. If your code sets Visible to true and back to false, the button 
+disappears properly.
+
+Actual Results: button is visible
+
+
+Expected Results: button should not be visible
+
+
+How often does this happen? 100%
+
+
+Additional Information: Latest source as of today. Seen on Windows XP, 
+Mac X11, Mac Native.


More information about the mono-bugs mailing list