Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7DR#3
    • Fix Version/s: 1.7RC1, 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Liferay 4.3.4, JSF1.2 RI, Jboss 4.2.1
    • Workaround Exists:
      Yes
    • Workaround Description:
      The problem is in com.icesoft.faces.component.ext.renderkit.RadioRenderer, in createRootNode it created frameset and table, but in getTableElement it returns domContext.getRootNode().getFirstChild(); i.e frameset but not table

      Description

      Elements ice:selectOneRadio are rendered incorrectly.
      When layout=pageDirection frameset is rendered, inside frameset table is rendered and then set of rows, but outside table.

        Activity

        Hide
        Krashan Brahmanjara added a comment -

        True, in 1.7dr3 and current trunk tag generates incorrect fragment "</table>"

        like in

        <fieldset class="iceSelOneRb selectTag" id="editForm:e8" style="width:350px"><table border="0"></table>
        <tr><td><input id="editForm:e8:_1" name="editForm:e8" type="radio" value="" /

        Temporary resolution use <h:selectOneRadio>

        Show
        Krashan Brahmanjara added a comment - True, in 1.7dr3 and current trunk tag generates incorrect fragment "</table>" like in <fieldset class="iceSelOneRb selectTag" id="editForm:e8" style="width:350px"><table border="0"></table> <tr><td><input id="editForm:e8:_1" name="editForm:e8" type="radio" value="" / Temporary resolution use <h:selectOneRadio>
        Hide
        yip.ng added a comment -

        Screenshot showing the problem. The radio button is rendered outside of the fieldset.

        Show
        yip.ng added a comment - Screenshot showing the problem. The radio button is rendered outside of the fieldset.
        Hide
        yip.ng added a comment -

        Screenshot showing the fix. Radio button is rendered inside the fieldset.

        Show
        yip.ng added a comment - Screenshot showing the fix. Radio button is rendered inside the fieldset.
        Hide
        yip.ng added a comment -

        See ICE-2689.

        Show
        yip.ng added a comment - See ICE-2689 .

          People

          • Assignee:
            Unassigned
            Reporter:
            Dmitry Kudryavtsev
          • Votes:
            9 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: