Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8RC1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:icefaces rev18425
Description
Following scenario :
<ice:selectOneRadio id="woi13" layout="spread" partialSubmit="false"
value="#{...}" disabled="#{...}" disabledClass="rbHideText" enabledClass="rbHideText">
<f:selectItems value="#{list.value}" />
</ice:selectOneRadio>
<ice:dataTable value="#{lista.value}" ...
<ice:column>
<ice:radio for="woi13" index="#{element.value}" />
</ice:column>
<ice:dataTable>
Classes styleClass, disabledClass, enabledClass are not added to output.
BTW
If style patch is imposiible then new feature will be usable.
Spread radio's are generated with label's. In table those labels are not necessary because users got columns.
Ice:radio with new attribute for disabling labels can help users.
<ice:selectOneRadio id="woi13" layout="spread" partialSubmit="false"
value="#{...}" disabled="#{...}" disabledClass="rbHideText" enabledClass="rbHideText">
<f:selectItems value="#{list.value}" />
</ice:selectOneRadio>
<ice:dataTable value="#{lista.value}" ...
<ice:column>
<ice:radio for="woi13" index="#{element.value}" />
</ice:column>
<ice:dataTable>
Classes styleClass, disabledClass, enabledClass are not added to output.
BTW
If style patch is imposiible then new feature will be usable.
Spread radio's are generated with label's. In table those labels are not necessary because users got columns.
Ice:radio with new attribute for disabling labels can help users.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Component/s | Components [ 10012 ] | |
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P2 | |
Assignee | Yip Ng [ yip.ng ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18465 | Tue Mar 03 13:31:19 MST 2009 | yip.ng | Fixed bugs in rendering disabled attribute and disabled style classes. |
Files Changed | ||||
![]() |
Attachment | ScreenHunter_01 Mar. 03 14.08.jpg [ 11554 ] |
Attachment | ScreenHunter_01 Mar. 03 14.23.jpg [ 11555 ] |
Attachment | ScreenHunter_01 Mar. 03 14.58.jpg [ 11556 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Attachment | reopened.jpg [ 11571 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18512 | Tue Mar 10 12:23:48 MDT 2009 | yip.ng | Changed color of disabled radio buttons. |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.8RC2 [ 10163 ] | |
Fix Version/s | 1.8 [ 10161 ] |
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P2 |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Yip Ng [ yip.ng ] |
Another bug of ice:radio.
In above sequence of ice:selectOneRadio / f:selectItems / ice:radio spread radios are generated correctly only for regular list of values stared with 0 like 0,1,2,3....
Other sequances are rendered incorrectly, like 1,2,3,4 - some labels and values are multiplicated.