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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -45,6 +45,19 @@ ------- Additional Comments From [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2007-08-31 20:47 ------- +Fixed in r85157. Thanks for the bug report! + +2007-08-31 Jonathan Pobst <[EMAIL PROTECTED]> + + * ToolStripItem.cs: Take Parent/Owner's Enabled state in to account + when returning Enabled. [Fixes bug #82651] + +2007-08-31 Jonathan Pobst <[EMAIL PROTECTED]> + + * ToolStripItemTest.cs: Added test to show that Enabled can + depend on Parent/Owner's Enabled. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
