[Mono-bugs] [Bug 81118][Nor] Changed - [PATCH] Layout not performed when a child's Visible property changes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 12 13:27:18 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 monkey at jpobst.com.

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

--- shadow/81118	2007-03-12 12:24:46.000000000 -0500
+++ shadow/81118.tmp.5146	2007-03-12 12:27:18.000000000 -0500
@@ -2,22 +2,21 @@
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: toshok at ximian.com                            
 ReportedBy: georgegiolfan at yahoo.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
-Summary: Layout not performed when a child's Visible property changes
+Summary: [PATCH] Layout not performed when a child's Visible property changes
 
 Steps to reproduce the problem:
 Compile and run the following program.
 using System.Diagnostics;
 using System.Windows.Forms;
 class Test {
@@ -41,6 +40,11 @@
 
 
 ------- Additional Comments From monkey at jpobst.com  2007-03-12 12:24 -------
 Created an attachment (id=18883)
 Updated Patch
 
+
+------- Additional Comments From monkey at jpobst.com  2007-03-12 12:27 -------
+That seems to be the same way MS does it.  The first patch crashes
+PDN.  Adding the additional check in the second patch fixes the test
+case and PDN.  I want Chris to review this before I commit.


More information about the mono-bugs mailing list