Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-437

Tree2 uses cookies when preserveToggle==false

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.2
    • 1.1.4-SNAPSHOT
    • Tree2
    • None
    • actually the release version is 1.1.3

    Description

      This should probably be two issues, but I will let you decide that.

      1. Can not have same screen open in two windows. Cookies from one screen affect the toggle status of the tree in the secon window.

      2. preserveToggle==false still sets a cookie...

      Here is the original email to the list http://marc.theaimsgroup.com/?l=myfaces-dev&m=114727809302352&w=2:

      <paste>
      I have been playing around with the tree2 control trying to make it do what I want. Nice control....

      Question, I have been having issues with the following setup:

      • clientSideToggle = true
      • preserveToggle = false

      When I have two windows open on the same view, the tree2 state is shared between both. This means that someone can not view two different records and have different tree expand/collapse states. Or more specifically, when I execute an action (commandLink) on the tree and return the same view (i.e., add/delete a TreeNode), the state of expanded/collpased nodes is read from the cookie.

      I think I traced it down to the HtmlTreeRenderer.decode method.

      At line 123 is:

      if(tree.isClientSideToggle())
      {
      restoreStateFromCookies(context, component);
      }

      Shouldn't the if statement also look at the tree.isPreserveToggle()? Not an expert in JSF by any stretch of the imagination, so if I'm on the wrong track or this doesn't make sense just let me know....

      Chris....

      Attachments

        Activity

          People

            schof Sean Schofield
            chane Chris Hane
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: