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

          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29746 Thu Jun 28 12:20:28 MDT 2012 mark.collette ICE-7986 : ace:tabSet server side tab switch issue
          Files Changed
          Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29688 Tue Jun 26 12:25:34 MDT 2012 mark.collette ICE-7986 : ace:tabSet server side tab switch issue
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js

            People

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

              Dates

              • Created:
                Updated:
                Resolved: