[Mono-bugs] [Bug 80200][Cos] Changed - FileDialog appears in the top left corner of the screen

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 16 09:57:47 EDT 2007


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 everaldo at simios.org.

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

--- shadow/80200	2007-03-16 08:51:32.000000000 -0500
+++ shadow/80200.tmp.27959	2007-03-16 08:57:47.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80200
 Product: Mono: Class Libraries
 Version: 1.2
 OS: Windows XP
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Cosmetic
 Component: Windows.Forms
 AssignedTo: everaldo at simios.org                            
 ReportedBy: georgegiolfan at yahoo.com               
 QAContact: mono-bugs at ximian.com
@@ -49,6 +49,12 @@
 be achieved by changing (in FileDialog.cs, in the constructor)
 			if (formConfigLocation != Point.Empty) {
 				form.Location = formConfigLocation;
 			}
 to
                   form.StartPosition = FormStartPosition.CenterScreen;
+
+------- Additional Comments From everaldo at simios.org  2007-03-16 08:57 -------
+The best place is to fix it under CommonDialog them all derived
+classes can be benefice from fix. 
+
+Fixed in SVn r74461.


More information about the mono-bugs mailing list