[Mono-bugs] [Bug 80592][Nor] Changed - Size grip is not placed correctly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 24 06:46:27 EST 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 rolfkvinge at ya.com.

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

--- shadow/80592	2007-01-24 03:52:25.000000000 -0500
+++ shadow/80592.tmp.13746	2007-01-24 06:46:27.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80592
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: monkey at jpobst.com                            
 ReportedBy: georgegiolfan at yahoo.com               
 QAContact: mono-bugs at ximian.com
@@ -65,6 +65,12 @@
 make that code work. It currently doesn't because when OnResize is 
 called from setting Size in the constructor size_grip.Visible is 
 false. This seems strange, since it is set in UpdateSizeGripVisible. 
 The Visible property returns false if the child is visible but the 
 parent is not. So, I think the condition size_grip.Visible in 
 OnResize should be removed, or at least changed.
+
+------- Additional Comments From rolfkvinge at ya.com  2007-01-24 06:46 -------
+Commited r71583 that should fix this.
+
+The problem was that the form is resized before being made visible, 
+then when made visible the size grip's location wasn't updated.


More information about the mono-bugs mailing list