ICEfaces
  1. ICEfaces
  2. ICE-4913

tab index problem with checkboxes under static tabset demo

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.1
    • Fix Version/s: 1.8.2-RC1, 1.8.2
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      tabindex

      Description

      tab index problem with checkboxes under static tabset demo

        Activity

        Hide
        Adnan Durrani added a comment -

        Its due to the reason that checkbox and radio buttons are explicitly setting tabindexes. Don't know why its doeing that.

        <ice:selectBooleanCheckbox id="tab1Visibility"
        tabindex="1"
        accesskey="1"
        title="#

        {msgs['page.panelTabSet.static.accessibility.chkBox1']}

        "/>

        <ice:selectOneRadio id="tabPlacementRadioBtns"
        tabindex="5"
        accesskey="L"
        title="#

        {msgs['page.panelTabSet.static.accessibility.placementRadio']}

        ">

        Show
        Adnan Durrani added a comment - Its due to the reason that checkbox and radio buttons are explicitly setting tabindexes. Don't know why its doeing that. <ice:selectBooleanCheckbox id="tab1Visibility" tabindex="1" accesskey="1" title="# {msgs['page.panelTabSet.static.accessibility.chkBox1']} "/> <ice:selectOneRadio id="tabPlacementRadioBtns" tabindex="5" accesskey="L" title="# {msgs['page.panelTabSet.static.accessibility.placementRadio']} ">
        Hide
        Adnan Durrani added a comment -

        Explicit tab indexes are removed from the demo.

        Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\common-web\WEB-INF\includes\examples\panel\panelTabSet-dynamic.jspx
        Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\common-web\WEB-INF\includes\examples\panel\panelTabSet-static.jspx
        Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\common-web\WEB-INF\includes\examples\panel\panelTabSet-dynamic.jspx
        Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\common-web\WEB-INF\includes\examples\panel\panelTabSet-static.jspx
        Completed: At revision: 19211

        Show
        Adnan Durrani added a comment - Explicit tab indexes are removed from the demo. Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\common-web\WEB-INF\includes\examples\panel\panelTabSet-dynamic.jspx Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\common-web\WEB-INF\includes\examples\panel\panelTabSet-static.jspx Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\common-web\WEB-INF\includes\examples\panel\panelTabSet-dynamic.jspx Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\common-web\WEB-INF\includes\examples\panel\panelTabSet-static.jspx Completed: At revision: 19211
        Hide
        Joanne Bai added a comment -

        Checked check boxes and selected radio buttons can now be tabbed through in sequence under static tabset.

        Tested on: ICEfaces trunk revision 19228, FF3.5 and IE7

        Show
        Joanne Bai added a comment - Checked check boxes and selected radio buttons can now be tabbed through in sequence under static tabset. Tested on: ICEfaces trunk revision 19228, FF3.5 and IE7

          People

          • Assignee:
            Adnan Durrani
            Reporter:
            Adnan Durrani
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: