[Mono-bugs] [Bug 552658] New: Setting Form.WindowState to Minimized fails
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 4 17:05:41 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=552658
Summary: Setting Form.WindowState to Minimized fails
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: 32bit
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: bkesecker at augustasystems.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR
1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022;
MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSN Optimized;US)
The animation to minimize occurs, but the window doesn't actually minimize. No
values in designer changed from the defaults.
I see other issues submitted previously that state this issue is resolved, but
none of them are in the open state. Based on my analysis of those issues, it
seems to me that those were not 'fully' resolved.
Reproducible: Always
Steps to Reproduce:
1. Ensure that the Form's default WindowState is not set to Minimized
(incidentally, defaulting to Minimized doesn't work either).
2. In Form_Load event handler put "Me.WindowState = FormWindowState.Minimized"
for VB or "this.WindowState = FormWindowState.Minimized;" for C#.
Actual Results:
The animation to minimize occurs, but the window doesn't actually minimize.
Expected Results:
Minimized the window to the taskbar (also when ShowInTaskbar is set to false).
--
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