[Mono-bugs] [Bug 79668][Min] Changed - Setting WindowState causes a form to be shown
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 16 11:33:12 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by toshok at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79668
--- shadow/79668 2006-10-15 10:13:00.000000000 -0400
+++ shadow/79668.tmp.27927 2006-10-16 11:33:12.000000000 -0400
@@ -1,20 +1,20 @@
Bug#: 79668
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: Windows XP SP1
Status: NEW
Resolution:
Severity: Unknown
-Priority: Major
+Priority: Minor
Component: Windows.Forms
-AssignedTo: toshok at ximian.com
+AssignedTo: mono-bugs at ximian.com
ReportedBy: kuba.brecka at gmail.com
QAContact: mono-bugs at ximian.com
-TargetMilestone: ---
+TargetMilestone: 1_2
URL:
Cc:
Summary: Setting WindowState causes a form to be shown
On Windows XP SP1, using Mono 1.1.18 (new bug in this release, was not in
the previous).
@@ -39,6 +39,9 @@
{
Form F = new Form();
F.WindowState = FormWindowState.Normal;
}
}
}
+
+------- Additional Comments From toshok at ximian.com 2006-10-16 11:33 -------
+this works on linux, downgrading to minor.
More information about the mono-bugs
mailing list