[Mono-bugs] [Bug 80336][Nor] Changed - Control.Anchor, SuspendLayout problem.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Dec 21 13:52:27 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 toshok at ximian.com.

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

--- shadow/80336	2006-12-21 13:41:08.000000000 -0500
+++ shadow/80336.tmp.9872	2006-12-21 13:52:27.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.2
 OS: Windows XP
 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: ---
@@ -33,6 +33,11 @@
         ClientSize = b.Size;
         b.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
         Size = new Size(300, 300);
         ResumeLayout();
     }
 }
+
+------- Additional Comments From toshok at ximian.com  2006-12-21 13:52 -------
+while it's entirely possible that SuspendLayout doesn't actually
+suspend layout on windows, this test does not show it.  It just shows
+there's a bug in the Anchor handling.


More information about the mono-bugs mailing list