ICEfaces
  1. ICEfaces
  2. ICE-6506

SelectOneListbox partialSubmit focus issue

    Details

      Description

      In a form if we have many <ice:selectOneListbox> where each one is partially submitted, or the whole form is partially submitted, then if user sets some value to first drop down by arrow keys(not with mouse) and then if user press tab key then the focus is again coming to first drop down instead of transferring to second drop down.

      This seems to only occur on Firefox. In IE the focus is kept on the next component. This also seems to effect the selectOneListbox, testing the same issue with selectOneMenu doesn't reproduce the same results.

      Sample code:

      <ice:form partialSubmit="true">
      <ice:panelGrid columns="1">
      <ice:selectOneListbox value="0" size="1">
      <f:selectItem itemValue="0" itemLabel="0"/>
      <f:selectItem itemValue="1" itemLabel="1"/>
      <f:selectItem itemValue="2" itemLabel="2"/>
      <f:selectItem itemValue="3" itemLabel="3"/>
      <f:selectItem itemValue="4" itemLabel="4"/>
      </ice:selectOneListbox >
      <ice:selectOneListbox value="0" size="1">
      <f:selectItem itemValue="0" itemLabel="0"/>
      <f:selectItem itemValue="1" itemLabel="1"/>
      <f:selectItem itemValue="2" itemLabel="2"/>
      <f:selectItem itemValue="3" itemLabel="3"/>
      <f:selectItem itemValue="4" itemLabel="4"/>
      </ice:selectOneListbox>
      <ice:selectOneListbox value="0" size="1">
      <f:selectItem itemValue="0" itemLabel="0"/>
      <f:selectItem itemValue="1" itemLabel="1"/>
      <f:selectItem itemValue="2" itemLabel="2"/>
      <f:selectItem itemValue="3" itemLabel="3"/>
      <f:selectItem itemValue="4" itemLabel="4"/>
      </ice:selectOneListbox>
      <ice:selectOneListbox value="0" size="1">
      <f:selectItem itemValue="0" itemLabel="0"/>
      <f:selectItem itemValue="1" itemLabel="1"/>
      <f:selectItem itemValue="2" itemLabel="2"/>
      <f:selectItem itemValue="3" itemLabel="3"/>
      <f:selectItem itemValue="4" itemLabel="4"/>
      </ice:selectOneListbox>

      </ice:panelGrid>
      </ice:form>

        Activity

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Arran Mccullough
          • Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: