ICEfaces
  1. ICEfaces
  2. ICE-3529

focus of input component is lost when tabbing through page and using ice:message next to fields

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7.1
    • Fix Version/s: 1.7.2
    • Component/s: None
    • Labels:
      None
    • Environment:
      Tomcat 6.0.16 / IE7 / FF3 / Safari

      Description

      This one is very similar to ICE-3088

      If I have two or more fields that have an ice:message and try to press the TAB key between the fields, input focus is lost and the user is forced to CLICK in the next field in order to perform additional keyboard input.

      Here's some sample markup:

      <ice:form partialSubmit="true">
      <table>
        <tr>
          <td><ice:label for="firstName" /></td>
          <td><ice:inputText id="firstName" value="#{myBean.firstName}" /></td>
          <td><ice:message for="firstName" /></td>
        </tr>
        <tr>
          <td><ice:label for="lastName" /></td>
          <td><ice:inputText id="lastName" value="#{myBean.lastName}" /></td>
          <td><ice:message for="lastName" /></td>
        </tr>
      </table>
      </ice:form>

        Activity

          People

          • Assignee:
            Unassigned
            Reporter:
            Neil Griffin
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: