ICEfaces
  1. ICEfaces
  2. ICE-6663

selectOneRadio is rendered as a <fieldset> which requires a <legend> tag for 508 compliance

    Details

    • Assignee Priority:
      P2
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.)
    • Workaround Exists:
      Yes
    • Workaround Description:
      Use the stock JSF selectOneRadio component as it does not render with a <fieldset> tag.

      Description

      The <ice:selectOneRadio> component is rendered as a <fieldset> tag. According to 508 compliance a <fieldset> tag needs to have a <legend> tag which is used by screen readers.

      Customer request/suggestions:

      It would be great if the selectOneRadio had a "legend" attribute we could set and get passed through as a <legend> tag inside the fieldset (or the label attribute could be used for this as it appears to currently do nothing). It should be noted we have applications using 1.8.2 and 2.0.0 and the issue exists in both.

      Sample ICEFaces code:

      <ice:selectOneRadio title="test title" label="test label" >
      <f:selectItem itemLabel="test 1" itemValue="test 1"/>
      <f:selectItem itemLabel="test 2" itemValue="test 2"/>
      <f:selectItem itemLabel="test 4" itemValue="test 3"/>
      </ice:selectOneRadio>

      Rendered HTML:

      <fieldset class="iceSelOneRb" id="j_idt11:j_idt73" title="test title">
      <table border="0" cellpadding="0" cellspacing="0" class="iceSelOneRb">
      <tr>
      <td>
      <input id="j_idt11:j_idt73:_1" name="j_idt11:j_idt73" onblur="setFocus('');" onfocus="setFocus(this.id);" onkeypress="Ice.util.radioCheckboxEnter(form,this,event);" type="radio" value="test 1" />
      <label class="iceSelOneRb" for="j_idt11:j_idt73:_1">test 1</label>
      </td>
      <td>
      <input id="j_idt11:j_idt73:_2" name="j_idt11:j_idt73" onblur="setFocus('');" onfocus="setFocus(this.id);" onkeypress="Ice.util.radioCheckboxEnter(form,this,event);" type="radio" value="test 2" />
      <label class="iceSelOneRb" for="j_idt11:j_idt73:_2">test 2</label>
      </td>
      <td>
      <input id="j_idt11:j_idt73:_3" name="j_idt11:j_idt73" onblur="setFocus('');" onfocus="setFocus(this.id);" onkeypress="Ice.util.radioCheckboxEnter(form,this,event);" type="radio" value="test 3" />
      <label class="iceSelOneRb" for="j_idt11:j_idt73:_3">test 4</label>
      </td>
      </tr>
      </table>
      </fieldset>

        Activity

        Arran Mccullough created issue -
        Arran Mccullough made changes -
        Field Original Value New Value
        Salesforce Case [5007000000GBnj2]
        Arran Mccullough made changes -
        Workaround Description Use the stock JSF selectOneRadio component as it does not render with a <fieldset> tag.
        Workaround Exists [Yes]
        Ken Fyten made changes -
        Fix Version/s 2.1 [ 10241 ]
        Fix Version/s 1.8.2-EE-GA_P03 [ 10251 ]
        Affects [Documentation (User Guide, Ref. Guide, etc.)]
        Ken Fyten made changes -
        Assignee Priority P2
        Assignee yip.ng [ yip.ng ]
        Ken Fyten made changes -
        Fix Version/s 2.0.2 [ 10273 ]
        Ken Fyten made changes -
        Fix Version/s EE-2.0.0.GA_P01 [ 10271 ]
        Fix Version/s 2.0.2 [ 10273 ]
        yip.ng made changes -
        Attachment screenshot-01.png [ 13211 ]
        yip.ng made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        yip.ng made changes -
        Attachment screenshot-02.png [ 13213 ]
        yip.ng made changes -
        Attachment screenshot-02.png [ 13213 ]
        yip.ng made changes -
        Attachment screenshot-02.png [ 13214 ]
        Ken Fyten made changes -
        Fix Version/s 2.1-Beta [ 10291 ]
        Fix Version/s 2.1 [ 10241 ]
        Ken Fyten made changes -
        Fix Version/s 3.0 [ 10241 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            yip.ng
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: