ICEfaces
  1. ICEfaces
  2. ICE-8786

client-side tabSet misbehaving on specific server submits

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.2
    • Fix Version/s: 3.3
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      All (FireFox)
    • Assignee Priority:
      P1

      Description


      In this QA test I'm noticing a glitchy behaviour where if I click on the second tab, then use the drop down to select the third tab, and then press the button to add a tab, the selection jumps back to the second tab, when I'd expect it to remain on the third tab. Note that if I instead don't click on the second tab and only selected the third tab via the drop down then clicked add tab, it will stay on the third tab. In any case, since I used the drop down to tell the server of the selected tab, I'd expect that to work properly when clicking on the add button, since the client and server should then be in sync. It could make sense if the last action was a client side tab selection that it wouldn't be in sync, but not this.

      qa/Regression-Icefaces2/Sparkle/Nightly/tabSet/web/dynamicAttributes/ClientSideAddRemoveDynamic.xhtml

        Activity

        Hide
        Mark Collette added a comment -

        In clientSide mode, the clientState object was only being updated when the user changed the tabs by clicking on a tab, and was not being updated when the server specified the active tab. Fixed that omission.

        Also, changed all the debugging / logging so that only one line of code, the logAll field, needs to be changed to enable broad logging for debugging.

        icefaces3 trunk
        Subversion 34057

        Show
        Mark Collette added a comment - In clientSide mode, the clientState object was only being updated when the user changed the tabs by clicking on a tab, and was not being updated when the server specified the active tab. Fixed that omission. Also, changed all the debugging / logging so that only one line of code, the logAll field, needs to be changed to enable broad logging for debugging. icefaces3 trunk Subversion 34057

          People

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

            Dates

            • Created:
              Updated:
              Resolved: