Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Tomcat 7.0.12
Description
In the Williams application, there is a component at the top affecting the state of the ace:datatable:
<f:ajax render="@form :WgpMainMessageNotificationBarStatus" execute="@this"
listener="#{confirmationPdaBean.confirmingLevelChange}">
<h:selectOneMenu id="confirmingLevelFilter" label="Confirming Level" rendered="#{!confirmationPdaBean.downloadPages}"
value="#{confirmationPdaBean.confirmingLevelFilterObject}" required="true"
onchange="showProcessingMessage('Processing Filter Change')">
<f:selectItem itemValue="#{null}" itemLabel="NONE SELECTED"
noSelectionOption="true" />
<f:selectItems value="#{confirmationPdaBean.confirmingLevelItems}" />
</h:selectOneMenu>
</f:ajax>
The listener is changing the value of the ace:dataTable to a datatable with more columns. When the update is applied, only the previous number of columns are displayed and the final column spans the width of the other headers (see attached screenshot).
The empty space in the datatable should be populated with content.
<f:ajax render="@form :WgpMainMessageNotificationBarStatus" execute="@this"
listener="#{confirmationPdaBean.confirmingLevelChange}">
<h:selectOneMenu id="confirmingLevelFilter" label="Confirming Level" rendered="#{!confirmationPdaBean.downloadPages}"
value="#{confirmationPdaBean.confirmingLevelFilterObject}" required="true"
onchange="showProcessingMessage('Processing Filter Change')">
<f:selectItem itemValue="#{null}" itemLabel="NONE SELECTED"
noSelectionOption="true" />
<f:selectItems value="#{confirmationPdaBean.confirmingLevelItems}" />
</h:selectOneMenu>
</f:ajax>
The listener is changing the value of the ace:dataTable to a datatable with more columns. When the update is applied, only the previous number of columns are displayed and the final column spans the width of the other headers (see attached screenshot).
The empty space in the datatable should be populated with content.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Attachment | datatablecolumnissue.png [ 13596 ] |
Assignee | Ken Fyten [ ken.fyten ] |
Assignee | Ken Fyten [ ken.fyten ] | Nils Lundquist [ nils.lundquist ] |
Salesforce Case | [] | |
Fix Version/s | 2.1 [ 10241 ] | |
Fix Version/s | 2.1-Beta [ 10291 ] | |
Assignee Priority | P1 |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Assignee Priority | P1 | |
Assignee | Nils Lundquist [ nils.lundquist ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | 2.1-Beta2 [ 10294 ] | |
Resolution | Fixed [ 1 ] |
Security | Private [ 10001 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |