Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA
-
Fix Version/s: EE-3.3.0.GA_P01, 4.0.BETA, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Salesforce Case Reference:
-
Workaround Exists:Yes
-
Workaround Description:
Description
If an ace:selectMenu is displayed with only one item in the list and this item is pre-selected on the server side, the item isn't displayed as selected in the field.
This isn't an issue if the backing list has many items.
This isn't an issue if the backing list has many items.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Salesforce Case Reference | 5007000000VGpb4AAD |
Attachment | Case12338Example.war [ 16280 ] | |
Attachment | Case12338Example.zip [ 16281 ] |
Attachment | selectMenu-one-item-issue.jpg [ 16282 ] |
Workaround Description |
Adding in a blank item so that there are more than 1 item in the list/selectItems will allow it to be shown as selected. For example:
<ace:selectMenu id="workaroundMenu" value="#{testBean.singleValue}" label="One Item:" labelPosition="left"> <f:selectItem itemLabel="First Item" itemValue="1"/> <f:selectItem itemLabel="" itemValue="" itemDisabled="true"/> </ace:selectMenu> |
|
Workaround Exists | Yes [ 10007 ] |
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-3.3.0.GA_P01 [ 11174 ] | |
Fix Version/s | 3.4 [ 10770 ] | |
Assignee Priority | P1 [ 10010 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 4.0 [ 11382 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |