GNOME Bugzilla – Bug 696954
Labels of check boxes not disabled when main item is disabled
Last modified: 2013-05-20 14:10:38 UTC
In case an item is disabled the label of the item is disabled as well for string and integer fields, but not for check boxes. E.g. when GENERATE_HTML is disabled the label of the item HTML_TIMESTAMP is not disabled, the check box is disabled. For the field HTML_COLORSTYLE_HUE label and value are disabled. In case an item has been changed and afterwards is disabled, the color stays red but should got to gray as well. E.g. change the value of HTML_COLORSTYLE_HUE and afterwards disable the GENERTE_HTML
Created attachment 240195 [details] [review] PATCH: correct behavior oof labels In case a check box is disabled the label is shown as disabled as well. In case an item is changed and afterwards disabled the color of the label will be gray instead of red.
Thanks, I'll include the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.4. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
Works as expected