[Mono-bugs] [Bug 82727][Min] Changed - ToolStripStatusLabel: with icon Visible=false does not hide
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 10 19:19:55 EDT 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=82727
--- shadow/82727 2007-09-08 11:04:12.000000000 -0400
+++ shadow/82727.tmp.9721 2007-09-10 19:19:55.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82727
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: andyhume32 at yahoo.co.uk
QAContact: mono-bugs at ximian.com
@@ -41,6 +41,18 @@
------- Additional Comments From gert.driesen at pandora.be 2007-09-08 11:04 -------
The icon is still visible if Visible is false when the handle is
created.
To reproduce use interactive/bug82727 in module "gert" in SVN, or let
me know if you want me to attach it.
+
+------- Additional Comments From monkey at jpobst.com 2007-09-10 19:19 -------
+Fixed in r85607. Thanks!
+
+ * StatusStrip.cs: Synchronize SetDisplayedItems with the
+ToolStrip version.
+ * ToolStrip.cs: If a ToolStripItem set to not visible is added
+to a ToolStrip,
+ don't set it to available.
+ * ToolStripItem.cs: When Visible is changed, tell the owner to
+perform a layout.
+ [Fixes bug #82727, part II]
More information about the mono-bugs
mailing list