ICEfaces
  1. ICEfaces
  2. ICE-7986

ace:tabSet server side tab switch issue

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.0.1
    • Fix Version/s: 3.1.0.RC1, 3.1, EE-3.0.0.GA_P01
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Chrome, Firefox, IE, TomCat 7
    • Assignee Priority:
      P1

      Description

      The problem described in ICE-7852 is still reproducible if instead of
      <h:commandLink value="change tab" actionListener="#{sampleBean.changeTab}">
                      <f:ajax execute="@this" render="@form"/>
      </h:commandLink>

      next are used:

      1. <h:commandLink value="change tab" actionListener="#{sampleBean.changeTab}" />
      2. <ice:commandLink value="change tab" actionListener="#{sampleBean.changeTab}" />
      3. <ice:commandLink value="change tab" actionListener="#{sampleBean.changeTab}">
                      <f:ajax execute="@this" render="@form"/>
           </ice:commandLink>

      Just keep clicking on "change tab" link and clicking on tab itself and eventually you will end up with two selected tabs at the same time. You will also see that a content of the currently selected tab will disappear during this operation.

        Issue Links

          Activity

            People

            • Assignee:
              Mark Collette
              Reporter:
              Evgheni Sadovoi
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: