http://bugzilla.novell.com/show_bug.cgi?id=569532
http://bugzilla.novell.com/show_bug.cgi?id=569532#c0 Summary: OpenFileDialog display size is too big! Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: Macintosh OS/Version: Mac OS X 10.5 Status: NEW Severity: Normal Priority: P5 - None Component: Windows.Forms AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=335771) --> (http://bugzilla.novell.com/attachment.cgi?id=335771) screenshot User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 GTB6 (.NET CLR 3.5.30729) When a OpenFileDialog or SaveFileDialog is shown it display size is bigger than screen size making the dialog being unsable. (see attached screenshot) Reproducible: Always Steps to Reproduce: type csharp on terminal and just enter LoadAssembly("System.Windows.Forms"); using System.Windows.Forms; OpenFileDialog o = new OpenFileDialog(); o.ShowDialog(); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
