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=81397 --- shadow/81397 2007-04-22 20:48:21.000000000 -0400 +++ shadow/81397.tmp.2289 2007-04-22 21:42:14.000000000 -0400 @@ -82,6 +82,27 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-04-22 20:48 ------- Fixed in SVN r76081. Will not be included in 1.2.4 release. Thanks for the report! + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-22 21:42 ------- +Hi, + +I noticed that DefaultLayout.cs from the release of mono that I'm +using (1.2.3 from website) and for which I created this bug report +already includes the patch in r76081. Basically r71913 and earlier had +"Rectangle space = parent.DisplayRectangle;" in both +LayoutDockedChildren() and LayoutAnchoredChildren(). So my guess is +that this can't be the fix for the issue above? + +Later revisions (before r76081) used "Rectangle space = +parent.ClientRectangle;" in both LayoutDockedChildren() and +LayoutAnchoredChildren() while r76081 now changed back to +DisplayRectangle but ONLY in LayoutDockedChildren(). + +I haven't reopened the bug but I'm still confused :) + +Thanks, +Philipp + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
