[Mono-bugs] [Bug 81843][Nor] Changed - TableLayoutPanel Autosizing hides labels and textboxes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 12 18:40:58 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=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: toshok at ximian.com                            
 ReportedBy: trichards57 at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -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 monkey at jpobst.com  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.


More information about the mono-bugs mailing list