ICEfaces
  1. ICEfaces
  2. ICE-5014

ice:panelSeries renders a container div which can cause misplaced DOM updates

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major 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.
      1. screenshot-1.jpg
        13 kB

        Issue Links

          Activity

          There are no subversion log entries for this issue yet.

            People

            • Assignee:
              Unassigned
              Reporter:
              Tyler Johnson
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: