[Mono-bugs] [Bug 77731][Nor] Changed - GroupBox obscuring labels

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 9 05:55:38 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 peter at novonyx.com.

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

--- shadow/77731	2006-03-08 09:25:17.000000000 -0500
+++ shadow/77731.tmp.29103	2006-03-09 05:55:38.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 77731
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: Fedora Core (Rawhide)
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: paul at all-the-johnsons.co.uk               
 QAContact: mono-bugs at ximian.com
@@ -43,6 +43,20 @@
 Small source code demonstrating the problem
 
 
 ------- Additional Comments From paul at all-the-johnsons.co.uk  2006-03-08 09:25 -------
 Reported in the FC BZ #184389. The source code is not the same - it's
 just a newer version than the one here. It still demonstrates the problem.
+
+------- Additional Comments From peter at novonyx.com  2006-03-09 05:55 -------
+Not sure where the bug is supposed to be. I've attached a screenshot 
+with your app running on Mono's MWF and MS.NET SWF side-by-side. They 
+look crappy on both. When running on Linux, it actually looks correct 
+(as in spaced properly).
+
+If you want your address label to show up you should not add it to 
+the Form after having first added it to the groupbox (your call to 
+this.Controls.AddRange adds it to Form, effectively removing it 
+from 'box'). Otherwise it will be at coordinates where it won't be 
+visible. 
+
+->Not a bug.


More information about the mono-bugs mailing list