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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 23 10:49:38 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 armin.dressler at imk.fraunhofer.de.

http://bugzilla.ximian.com/show_bug.cgi?id=78490

--- shadow/78490	2006-05-23 10:49:38.000000000 -0400
+++ shadow/78490.tmp.2667	2006-05-23 10:49:38.000000000 -0400
@@ -0,0 +1,53 @@
+Bug#: 78490
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SUSE 9.2
+OS Details: also FedoraCore4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Cosmetic
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: armin.dressler at imk.fraunhofer.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Graying out of some Controls does not work
+
+Tested with version 1.1.15.20060522
+-----------------------------------
+
+Description of Problem:
+Some Controls does not reflect their enable state visualy. Additionaly,
+they behave different when enabled/disabled directly or when placed on a
+panel that's enabled/disabled.
+
+I did not test it with all available windows.form controls, but some:
+- ListBox, ListView, TrackBar are never grayed out
+- Button is not grayed out if the parent panel is disabled
+- Label, RadioButton, ComboBox, CheckBox do work well.
+
+
+Steps to reproduce the problem:
+- Place Controls in a form, enable/disable them and look if they are grayed
+out.
+- Place Controls on a panel in a form, enable/disable the panel and look if
+the controls on the panel are grayed out. 
+
+
+Actual Results:
+Some of the controls are not grayed out, depending if they are placed on
+the panel or not.
+
+Expected Results:
+All controls should be grayed out if they or their parent control is disabled.
+
+
+How often does this happen?
+Always
+
+
+Additional Information:
+See attachment for example program.


More information about the mono-bugs mailing list