Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.8.2-EE-GA
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
Use case: A panelGroup is using the effects SlideUp and SlideDown to show and hide the panel. This panelGroup is also in a panelCollapsible component. The recommended method to use the effect is to have the effect control the visibility of the panel. Therefore the visible attribute is set to false. When a link is clicked to show this panel it works fine.
The issue is that when the panelCollapsible is contracted and then expanded the visible attribute seems to be reset to its false state, even when the panel has been shown. This leads to an issue where the effects are not in sync.
This also seems to be an issue with the panelTabSet: http://www.icefaces.org/JForum/posts/list/11465.page
The issue is that when the panelCollapsible is contracted and then expanded the visible attribute seems to be reset to its false state, even when the panel has been shown. This leads to an issue where the effects are not in sync.
This also seems to be an issue with the panelTabSet: http://www.icefaces.org/JForum/posts/list/11465.page
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000AoKY6] |
Attachment | Case8814Example.war [ 12152 ] |
Assignee | Adnan Durrani [ adnan.durrani ] |
Attachment | Case8814Example-src.zip [ 12166 ] |
Attachment | TestBean.java [ 12173 ] |
Assignee Priority | P2 |
Assignee | Adnan Durrani [ adnan.durrani ] | Ken Fyten [ ken.fyten ] |
Assignee | Ken Fyten [ ken.fyten ] | |
Assignee Priority | P2 [ 10011 ] |
Attached test case. main2.jspx has the scaled down test case that shows this issue. To replicate, click on the show link in the panelCollapsible. Then contract and expand the panelCollapsible. The link will be displayed as show but the panel will SlideUp. The backing bean and the page code are out of sync.