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-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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
