[Mono-bugs] [Bug 79313][Nor] Changed - Undocking controls should revert to their pre-docked size

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 6 23:20:25 EDT 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 monkey at jpobst.com.

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

--- shadow/79313	2006-09-06 23:16:57.000000000 -0400
+++ shadow/79313.tmp.28297	2006-09-06 23:20:25.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 79313
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: monkey at jpobst.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -40,6 +40,16 @@
 Run on .Net for comparison.
 
 ------- Additional Comments From monkey at jpobst.com  2006-09-06 23:16 -------
 Created an attachment (id=17624)
 Sample application
 
+
+------- Additional Comments From monkey at jpobst.com  2006-09-06 23:20 -------
+..and they should return to their pre-dock location.
+
+Add line:
+    Button B = new Button ();
++++ B.Location = new Point(100, 100);
+    this.Controls.Add (B);
+
+to sample application to test.


More information about the mono-bugs mailing list