Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.8.2
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:FF3, IE8
Description
The ice:panelSeries is rendering a container div which in certain cases is causing the DOM updates to occur in an incorrect location. For example, in the case that a panelSeries is placed within a regular HTML table and an entry is added to the bean1 list:
<table id="table1">
<tr>
<td>Id</td>
</tr>
<ice:panelSeries value="#{MyAction.bean1}" var="obj">
<tr bgcolor="blue">
<td><ice:outputText value="#{obj.id}" /></td>
</tr>
The resulting DOM update is occurring outside of the table as per screenshot1. A refresh is required in order for the values to be re-rendered in their correct locations within the table.
<table id="table1">
<tr>
<td>Id</td>
</tr>
<ice:panelSeries value="#{MyAction.bean1}" var="obj">
<tr bgcolor="blue">
<td><ice:outputText value="#{obj.id}" /></td>
</tr>
The resulting DOM update is occurring outside of the table as per screenshot1. A refresh is required in order for the values to be re-rendered in their correct locations within the table.
Issue Links
- depends on
-
ICE-5132 create ice:repeat component that would work similar to the panelSeries but will not render any markup of its own
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | screenshot1.jpg [ 12036 ] |
Attachment | screenshot1.jpg [ 12036 ] |
Attachment | screenshot-1.jpg [ 12037 ] |
Salesforce Case | [5007000000A65ZQ] |
Attachment | SC8613.war [ 12038 ] |
Issue Type | Bug [ 1 ] | New Feature [ 2 ] |
Fix Version/s | 1.8.2-EE [ 10216 ] | |
Fix Version/s | 1.8.3 [ 10211 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
Assignee Priority | P2 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P2 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
Status | Reopened [ 4 ] | Closed [ 6 ] |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
Resolution | Won't Fix [ 2 ] |
Resolution | Won't Fix [ 2 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Issue Type | New Feature [ 2 ] | Bug [ 1 ] |
Status | Reopened [ 4 ] | Closed [ 6 ] |
Fix Version/s | 1.8.3 [ 10211 ] | |
Fix Version/s | 1.8.2-EE-GA [ 10216 ] | |
Resolution | Won't Fix [ 2 ] |
Test case intended for deployment on Tomcat 6.