[Mono-bugs] [Bug 82651][Cos] Changed - Disabled buttons on toolstrip look the same as enabled buttons
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 31 20:47:12 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=82651
--- shadow/82651 2007-08-31 20:46:43.000000000 -0400
+++ shadow/82651.tmp.7989 2007-08-31 20:47:12.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82651
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Cosmetic
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: prisalevans at gmail.com
QAContact: mono-bugs at ximian.com
@@ -45,6 +45,19 @@
------- Additional Comments From prisalevans at gmail.com 2007-08-31 20:10 -------
OK - I looked into it a little more and determined that when you
disable an entire ToolStrip (ToolStrip1.Enabled = False) Mono does not
gray the buttons out (they don't, however, highlight when you mouse
over them or react when you click them.)
+
+------- Additional Comments From monkey at jpobst.com 2007-08-31 20:47 -------
+Fixed in r85157. Thanks for the bug report!
+
+2007-08-31 Jonathan Pobst <monkey at jpobst.com>
+
+ * ToolStripItem.cs: Take Parent/Owner's Enabled state in to account
+ when returning Enabled. [Fixes bug #82651]
+
+2007-08-31 Jonathan Pobst <monkey at jpobst.com>
+
+ * ToolStripItemTest.cs: Added test to show that Enabled can
+ depend on Parent/Owner's Enabled.
More information about the mono-bugs
mailing list