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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -33,6 +33,11 @@ ClientSize = b.Size; b.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; Size = new Size(300, 300); ResumeLayout(); } } + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
