[Mono-bugs] [Bug 80556][Nor] Changed - [PATCH] Anchor and Dock are supposed to reset each other
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jan 20 15:31:33 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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80556
--- shadow/80556 2007-01-20 15:31:13.000000000 -0500
+++ shadow/80556.tmp.31309 2007-01-20 15:31:33.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80556
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
@@ -53,6 +53,13 @@
I'm curious - could you also make sure that DockChanged isn't raised
when you set Anchor? they might be setting the dock style via the
property. A test showing it one way or the other would be good - I
seem to recall seeing debug spew I added to a test for ToolStrip
showing that they were infact doing "this.Dock = DockStyle.None" in
set_Anchor. otherwise this change looks good.
+
+------- Additional Comments From monkey at jpobst.com 2007-01-20 15:31 -------
+Good thought, I added that to the test, but it appears that the event
+is not raised. ToolStrip overrides both properties, so it may be
+doing that itself.
+
+Patch committed, fixed in r71394.
More information about the mono-bugs
mailing list