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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -40,6 +40,16 @@ Run on .Net for comparison. ------- Additional Comments From [EMAIL PROTECTED] 2006-09-06 23:16 ------- Created an attachment (id=17624) Sample application + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
