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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to