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=79964 --- shadow/79964 2006-11-29 21:08:30.000000000 -0500 +++ shadow/79964.tmp.27109 2006-12-04 10:57:29.000000000 -0500 @@ -1,23 +1,24 @@ Bug#: 79964 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: -Status: NEW +Status: ASSIGNED Resolution: Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: 1_2 URL: Cc: Summary: MDI form position is not changed +BugsThisDependsOn: 80020 To reproduce: Run the code in 1.2 @@ -30,6 +31,12 @@ Second form top position must be at 100 pixels. ------- Additional Comments From [EMAIL PROTECTED] 2006-11-17 19:31 ------- Created an attachment (id=18101) code to reproduce issue + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-04 10:57 ------- +This can't be properly fixed until the handle is created later than +in the form constructor - Win32 is giving the mdi child a default +position on handle creation (can't set StartPosition before the +constructor is called :) and that's what's causing this problem. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
