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
Activity
Adnan Durrani
created issue -
Adnan Durrani
made changes -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19995 | Tue Dec 15 16:19:25 MST 2009 | adnan.durrani | Fix for PanelCollpsible |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/panelcollapsible/PanelCollapsible.java
|
Adnan Durrani
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 2.0-Alpha2 [ 10214 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 2.0.0 [ 10230 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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>