ICEfaces
  1. ICEfaces
  2. ICE-7399

toggling client side ace:panel generating ice.submit.type ice.dispose.window request in IE7

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.1-Beta
    • Fix Version/s: 2.1-Beta2, 3.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Tomcat 7.0.12

      Description

      The application is using an ace:panel in the following manner, it should just toggle client side without generating a request to the server:

            <ace:panel id="filtersPanel"
                   toggleable="true"
                  header="Filters">

      However, toggling the component in IE7 is resulting in execution of the JSF lifecycle and the execution of this code in one of the PhaseListeners:

                      if ("ice.dispose.window".equals(fc.getExternalContext()
                              .getRequestParameterMap().get("ice.submit.type"))) {

      The undesirable effect is that their current window scope bean is being destroyed when the print preview window is launched and the user session is destroyed.

      I have not been able to reproduce this in the poc.

        Activity

          People

          • Assignee:
            yip.ng
            Reporter:
            Brad Kroeger
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: