Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha1
-
Fix Version/s: 2.0-Alpha2, 2.0.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:PanelCollapsible
Description
Joanne Bai wrote:
> Glimmer/Compat revision #19959
> Server tested: Tomcat 6
> Browser tested: FF3.5
>
> 1. Components that are having problems
>
> - Collapsible Panel: Does not work well. Sometimes, closing one panel could open the panel next to it.
> Glimmer/Compat revision #19959
> Server tested: Tomcat 6
> Browser tested: FF3.5
>
> 1. Components that are having problems
>
> - Collapsible Panel: Does not work well. Sometimes, closing one panel could open the panel next to it.
Issue Links
- blocks
-
ICE-4458 create component-showcase sample for compat version of ICEfaces-2
- Closed
Doesn't seems like if component's code have any problem. The decode is being happen for the right collapsible component. Strangly the following Param fixs this problem.
<context-param>
<param-name>javax.faces.FULL_STATE_SAVING_VIEW_IDS</param-name>
<param-value>/showcase.xhtml</param-value>
</context-param>