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=81843 --- shadow/81843 2007-06-10 09:13:51.000000000 -0400 +++ shadow/81843.tmp.4093 2007-06-12 18:40:58.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 81843 Product: Mono: Class Libraries Version: 1.0 OS: unknown OS Details: Windows XP -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -81,6 +81,15 @@ Both versions of the executable exhibit the bug. I've been running them like this in the Mono Command Prompt: mono TestApplication.exe I hope this helps + +------- Additional Comments From [EMAIL PROTECTED] 2007-06-12 18:40 ------- +Yeah, this is one of those kinda undefined cases. The Dock = Fill +control is relying on it's container to get a size, and the Column/Row +is relying on the control to give it a size. Defaulting to the +explicit user size when Dock = Fill fixes it for this case without +breaking any of the unit tests. + +Fixed in r79347. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
