[Mono-bugs] [Bug 495562] New: Calling Show() on a maximized form changes Window state to Normal .NET difference
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 16 12:08:23 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=495562
Summary: Calling Show() on a maximized form changes Window
state to Normal .NET difference
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: i686
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: tom_hindle at sil.org
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=286173)
--> (http://bugzilla.novell.com/attachment.cgi?id=286173)
Sample Code Showing change of WindowState after calling Show method on Form
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8)
Gecko/2009032711 Ubuntu/8.04 (hardy) Firefox/3.0.8
Calling Show() on a maximized form changes Window state to Normal
IE:
Form f = new Form();
f.WindowState = FormWindowState.Maximized;
f.Show(); // incorrectly changes WindowState to Normal
Reproducible: Always
Steps to Reproduce:
1. Compile and Run attached code sample
2.
3.
Actual Results:
Normal
Expected Results:
Maximized
--
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