ICEfaces
  1. ICEfaces
  2. ICE-7450

ace:tabSet with tabPane cached on client still fire a tab selection

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Critical Critical
    • Resolution: Fixed
    • Affects Version/s: 3.0.RC1
    • Fix Version/s: 3.0.RC2, 3.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 3 RC1, Chrome, Tomcat 7
    • Assignee Priority:
      P1

      Description

      I'm using ace:tabSet with clientSide="false" and all my tabPanes have cacheOnClient="true". The caching behavior is as expected and when a tab is selected, the cached dom node are show instantly and an ajax request updates the state of the tabs behind the scenes. The problem is that once this ajax request returns, the tab that originally fired gets selected even if the user had selected another one before the original ajax request is returned.

      If the user is on tab A and clicks on tab B and immediately clicks on tab C, he will get to tab C but once the state has been updated on the server for the tab B click event, the user is brought back to tab B and after a the update for the tab C click event is done, is again brought back to tab C. Very confusing to the user.

      To reproduce the problem use attached files to recreate a sample ICEfaces2.1BETA2 project. Once up and running click on tab B and then within 2 seconds click on tab C. Wait for a second or two.

      The update of the tabset state on the server should not have any effect on the client side (it should not switch to a tab) since the client side already reflects the correct state. If this is not possible, we should have a way to tell the component not to change tab after the state is updated.

        Issue Links

          Activity

          Repository Revision Date User Message
          ICEsoft Public SVN Repository #27519 Mon Jan 30 15:34:25 MST 2012 ken.fyten ICE-7450 - Added showcase examples of findRow / navigateToRow API. Fixed bug specific to case insensitive mode of 3.0 ace table.
          Files Changed
          Commit graph ADD /icefaces3/tags/icefaces-3.0.0/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/compat/dataTable/DataTableFind.java
          Commit graph ADD /icefaces3/tags/icefaces-3.0.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableFind.xhtml
          Commit graph MODIFY /icefaces3/tags/icefaces-3.0.0/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableBean.java
          Commit graph MODIFY /icefaces3/tags/icefaces-3.0.0/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
          Commit graph ADD /icefaces3/tags/icefaces-3.0.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/compat/dataTable/dataTableFind.xhtml
          Commit graph MODIFY /icefaces3/tags/icefaces-3.0.0/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/compat/dataTable/DataTableBean.java
          Commit graph ADD /icefaces3/tags/icefaces-3.0.0/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableFind.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #27493 Mon Jan 30 11:01:46 MST 2012 nils.lundquist ICE-7450 - Added showcase examples of findRow / navigateToRow API. Missed message file.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #27492 Mon Jan 30 10:57:01 MST 2012 nils.lundquist ICE-7450 - Added showcase examples of findRow / navigateToRow API. Fixed bug specific to case insensitive mode of 3.0 ace table.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableFind.xhtml
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableFind.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/compat/dataTable/DataTableBean.java
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/compat/dataTable/dataTableFind.xhtml
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/compat/dataTable/DataTableFind.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableBean.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #26830 Mon Dec 12 12:04:01 MST 2011 nils.lundquist ICE-7450 - Fixed client and proxy transitions regressions.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #26808 Fri Dec 09 12:04:56 MST 2011 nils.lundquist ICE-7450 - Fixed "intermediate" transition when quickly switching between 3 tabs and the 2nd tab hasn't loaded by the time that the request to load the 3rd is submitted. The tab becoming "active" is stored when the request is sent, and if a returning request isn't for the same tab, a transition to the newly loaded tab is not performed
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/yui/2_8_2/tabview/tabview.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #26799 Thu Dec 08 16:02:21 MST 2011 nils.lundquist Further improvement for ICE-7435 / ICE-7450 when using cached tabs.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js

            People

            • Assignee:
              Nils Lundquist
              Reporter:
              Evgheni Sadovoi
            • Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: