[Mono-bugs] [Bug 79964][Nor] Changed - MDI form position is not changed

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Dec 4 10:57:29 EST 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 rolfkvinge at ya.com.

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: rolfkvinge at ya.com                            
 ReportedBy: kobruleht2 at hot.ee               
 QAContact: mono-bugs at ximian.com
 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 kobruleht2 at hot.ee  2006-11-17 19:31 -------
 Created an attachment (id=18101)
 code to reproduce issue
 
+
+------- Additional Comments From rolfkvinge at ya.com  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.


More information about the mono-bugs mailing list