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=78490 --- shadow/78490 2006-06-14 08:36:54.000000000 -0400 +++ shadow/78490.tmp.5641 2006-06-14 08:40:23.000000000 -0400 @@ -10,13 +10,13 @@ Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Summary: Graying out of some Controls does not work +Summary: [PATCH] Graying out of some Controls does not work BugsThisDependsOn: 78458 Tested with version 1.1.15.20060522 ----------------------------------- Description of Problem: @@ -76,6 +76,15 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-06-14 08:36 ------- Created an attachment (id=17182) After #78458 fix, this patch is mandatory for ButtonBase. + +------- Additional Comments From [EMAIL PROTECTED] 2006-06-14 08:40 ------- +With related to the ButtonBase patch, is_enabled and Enabled should be +distinguished everywhere: basically Enabled should be used whether the +control is really Enabled i.e. all ancestors are enabled as well. + +The ButtonBase patch is still not perfect: it does not draw white +shade on disabled button texts and thus it is difficult to distinguish +disabled text and enabled text. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
