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=79826 --- shadow/79826 2006-11-04 11:47:45.000000000 -0500 +++ shadow/79826.tmp.28800 2006-11-04 11:47:45.000000000 -0500 @@ -0,0 +1,29 @@ +Bug#: 79826 +Product: Mono: Class Libraries +Version: 1.1 +OS: GNU/Linux [Other] +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Forms are always opened at same location + +When Form.StartPosition is WindowsDefaultLocation, Mono displays forms at +the same location causing a complete overlap. + +On Windows, if multiple forms with StartPosition set to +WindowsDefaultLocation are created, then these forms are displayed in +stacks of 8 forms. + +To reproduce: + +1. compile and run the attached code snippet. +2. follow the on-screen instructions. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
