Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
When creating SelectItem object to be used in the <f:selectItems> for ice:selectManyCheckbox. If the disabled attribute is set to true, the checkbox is not disabled.
Issue Links
- blocks
-
ICE-3456 disabled attribute does not grey out components as expected
- Open
Can't reproduce problem. See screenshot-1. Also, I checked the code in com.icesoft.faces.renderkit.dom_html_basic.SelectManyCheckboxListRenderer#renderOption. The checking and encoding of the disabled attribute is already in place, and it wasn't a recent code change either.