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.
-
Hide
- SC8613.war
- 6.32 MB
- Tyler Johnson
-
- META-INF/MANIFEST.MF 0.0 kB
- xmlhttp/css/.../tbot-off-mid-top.gif 0.8 kB
- xmlhttp/css/.../tree_nav_middle_open.gif 0.2 kB
- WEB-INF/classes/MyBean.java 1 kB
- xmlhttp/css/.../tbot-on-left-top.gif 0.1 kB
- xmlhttp/css/xp/css-images/tab-over.gif 0.6 kB
- xmlhttp/css/.../css-images/cal_off.gif 0.6 kB
- xmlhttp/css/.../css-images/over-left-top.gif 0.1 kB
- xmlhttp/css/.../tree_line_middle_node.gif 0.1 kB
- xmlhttp/css/.../tree_nav_bottom_open.gif 0.1 kB
- xmlhttp/css/.../css-images/arrow-first.gif 0.2 kB
- xmlhttp/css/.../css-images/Tab_RtTop.gif 0.1 kB
- xmlhttp/.../tree_nav_top_open_no_siblings.gif 0.1 kB
- xmlhttp/css/.../css-images/on-left-mid.gif 0.1 kB
- xmlhttp/css/xp/css-images/remove.gif 0.1 kB
- xmlhttp/css/.../arrow-previous-dis.gif 0.9 kB
- xmlhttp/css/.../tree_nav_middle_open.gif 0.4 kB
- xmlhttp/css/.../cal_arrow_left_dis.gif 0.9 kB
- xmlhttp/css/.../css-images/over-mid-mid.gif 0.1 kB
- xmlhttp/css/.../tree_nav_top_closess.gif 0.1 kB
- xmlhttp/css/xp/css-images/node_close.gif 0.1 kB
- xmlhttp/css/.../tree_line_blank.gif 0.1 kB
- xmlhttp/css/.../off-right-top-dis.gif 0.0 kB
- xmlhttp/css/.../selection_spacer.gif 0.0 kB
- xmlhttp/css/.../Tab_Btm_LftBtm_off.gif 0.1 kB
- xmlhttp/css/.../node_open_first.gif 0.1 kB
- xmlhttp/css/.../Tab_Btm_RtBtm_off.gif 0.1 kB
- xmlhttp/css/.../css-images/PnlHdr_down.gif 1 kB
- xmlhttp/css/.../css-images/over-left-bot.gif 0.0 kB
- xmlhttp/css/.../tree_line_blank.gif 0.1 kB
-
- screenshot-1.jpg
- 13 kB
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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion