[Mono-bugs] [Bug 80597][Min] Changed - Form size grip does not match Microsoft behavior
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 29 15:23:55 EST 2007
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=80597
--- shadow/80597 2007-01-24 08:44:00.000000000 -0500
+++ shadow/80597.tmp.14567 2007-01-29 15:23:55.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -86,6 +86,11 @@
protected override void OnMouseCaptureChanged(EventArgs e) {
base.OnMouseCaptureChanged(e);
Resizing = false;
Form.Size = InitialSize;
}
}
+
+------- Additional Comments From gert.driesen at pandora.be 2007-01-29 15:23 -------
+Note: on MS, the form is only resized back to its original size when
+a window of another application is actived. Not when another form in
+the same application is activated.
More information about the mono-bugs
mailing list