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?
Activity
Brad Kroeger
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.8.2.GA_P01 [ 10221 ] | |
Assignee | Ken Fyten [ ken.fyten ] | Brad Kroeger [ brad.kroeger ] |
Brad Kroeger
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.