[Mono-bugs] [Bug 569532] New: OpenFileDialog display size is too big!
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jan 9 05:38:14 EST 2010
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: mono-bugs at lists.ximian.com
ReportedBy: matteo.tesser at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list