[Mono-bugs] [Bug 78490][Cos] Changed - [PATCH] Graying out of some Controls does not work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 14 08:40:23 EDT 2006


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 atsushi at ximian.com.

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: peter at novonyx.com                            
 ReportedBy: armin.dressler at imk.fraunhofer.de               
 QAContact: mono-bugs at ximian.com
 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 atsushi at ximian.com  2006-06-14 08:36 -------
 Created an attachment (id=17182)
 After #78458 fix, this patch is mandatory for ButtonBase.
 
+
+------- Additional Comments From atsushi at ximian.com  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.


More information about the mono-bugs mailing list