[Mono-bugs] [Bug 82762][Min] Changed - Anchoring: when is None, control moves more than expected half distance

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 11 13:32:13 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=82762

--- shadow/82762	2007-09-11 13:31:35.000000000 -0400
+++ shadow/82762.tmp.29843	2007-09-11 13:32:13.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82762
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Windows.Forms
 AssignedTo: monkey at jpobst.com                            
 ReportedBy: andyhume32 at yahoo.co.uk               
 QAContact: mono-bugs at ximian.com
@@ -40,6 +40,19 @@
 singly-anchored buttons do not return to their starting positions.  (The 
 form/dialog does not have maximize icons in Linux -- expected??)
 
 Also, on comparing the resized window with the MSFT equivalent shows also 
 that the fault is that the singly-anchored buttons move too great a 
 distance.
+
+------- Additional Comments From monkey at jpobst.com  2007-09-11 13:32 -------
+Fixed in r85642.  Thanks for the report!
+
+2007-09-11  Jonathan Pobst  <monkey at jpobst dot com>
+
+        * DefaultLayout.cs: When working with Anchor = none, and we move a
+        control, we need to update its dist_right/dist_bottom.
+        [Fixes bug #82762]
+
+2007-09-11  Jonathan Pobst  <monkey at jpobst dot com>
+
+        * DefaultLayoutTest.cs: Add test for bug #82762.


More information about the mono-bugs mailing list