Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2 Beta
-
Fix Version/s: 1.8.2.GA_P01
-
Component/s: Facelet Components
-
Labels:None
-
Environment:n/a
Description
Joanne writes:
I'm not quite sure about one thing in Tri-state Checkbox: When the order of state-change is Partial/Checked, what would be the expected behavior? Now the order I see is unchecked-checked-partial, and then repeatedly checked-partial. Should it be partial-checked and then repeatedly partial-checked since Partial/Checked is selected?
I'm not quite sure about one thing in Tri-state Checkbox: When the order of state-change is Partial/Checked, what would be the expected behavior? Now the order I see is unchecked-checked-partial, and then repeatedly checked-partial. Should it be partial-checked and then repeatedly partial-checked since Partial/Checked is selected?
The partial/checked selection currently initializes to unchecked when the expected behaviour is partial. I have made a change to initialize the component to the first String in the checkOrder array. This will be committed when the code is unfrozen.