ICEfaces
  1. ICEfaces
  2. ICE-6686

Add tabindex to rowSelector/dataTable

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.2-EE-GA_P02, 2.0.0, 2.0.0-EE-Beta1
    • Fix Version/s: EE-1.8.2.GA_P03, 2.1-Beta, 3.0
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      All
    • Assignee Priority:
      P1
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.)

      Description

      Feature Request: Add a tabindex to the rowSelector/dataTable to allow a user to tab into the table to allow proper tab key flow.

      Scenario: A form has a few inputs with tabindex's set, a dataTable that has row selection/keyboard nav enabled and then some more inputs with tabindex's set.

      <ice:inputText tabindex="1"/>
      <ice:inputText tabindex="2"/>
      <ice:dataTable tabindex="3">
           <ice:rowSelector.../>
           ...
      </ice:dataTable>
      <ice:commandButton tabindex="4"/>
      <ice:commandButton tabindex="5"/>

      When starting at tabindex 1 and tabbing the dataTable is skipped over and only received focus once the end of the tab order is hit.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24485 Thu May 05 13:22:01 MDT 2011 yip.ng ICE-6686: Add tabindex to rowSelector/dataTable.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/ext/RowSelector.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24484 Thu May 05 13:21:08 MDT 2011 yip.ng ICE-6686: Add tabindex to rowSelector/dataTable.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/RowSelector.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24483 Thu May 05 12:41:54 MDT 2011 yip.ng ICE-6686: Add tabindex to rowSelector/dataTable.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
        Commit graph MODIFY /icefaces2/trunk/icefaces/compat/component-metadata/src/main/resources/conf/ice_cust_properties/cust-rowselector-props.xml
        Commit graph MODIFY /icefaces2/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/ExtendedAttributeConstants.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24482 Thu May 05 12:38:58 MDT 2011 yip.ng ICE-6686: Add tabindex to rowSelector/dataTable.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ExtendedAttributeConstants.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-rowselector-props.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java

          People

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

            Dates

            • Created:
              Updated:
              Resolved: