Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.8.2-EE-GA
-
Fix Version/s: 1.8.2-EE-GA_P01, 1.8.3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
If an application uses the standard request scope instead of the ICEfaces extended request scope, the draggable panelPopup disappears when dragged. This occurs in both Firefox and IE browsers and for both modal and non-modal popups.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Support Customer Ref. #s | 9014 |
Arran Mccullough
made changes -
Attachment | Case9014Example2.zip [ 12274 ] | |
Attachment | Case9014Example2.war [ 12275 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 1.8.2-EE-GA_P01 [ 10220 ] | |
Fix Version/s | 1.8.3 [ 10211 ] | |
Assignee | Yip Ng [ yip.ng ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee | Yip Ng [ yip.ng ] | Arran Mccullough [ arran.mccullough ] |
Arran Mccullough
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Won't Fix [ 2 ] |
This seems like the expected behavior if using stdRequestScope and the popup rendered attribute is bound to a bean in request scope. Recommendation is to have their bean be either session scope, or in one of the custom Seam scopes (Conversation, etc.) that will persist beyond the life of a single request.
For purposes of the attached stand-alone test, try putting the bean in Session scope.