Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 2 ACE MyFaces 2
-
Assignee Priority:P1
Description
When running the slider examples of the ACE Showcase app I get the following behaviours:
MyFaces and Mojarra
If you change the length of the slider (e.g. 200px to 250px) and click the Set Options button, the slider rail disappears. It can be made to re-render by setting other options and updating the page. This happens with both Mojarra and MyFaces as the implementation.
MyFaces only
In the latest revision I looked at (r26556), the rail slider does not render in any of the slider demos except for Synchronous. In other words, when the following demos are initially rendered, the slider rail is not visible:
ace:sliderEntry
> Overview (slider rail not rendered)
> Synchronous (fine)
> Asynchronous (slider rail not rendered)
> Input (slider rail not rendered)
MyFaces and Mojarra
If you change the length of the slider (e.g. 200px to 250px) and click the Set Options button, the slider rail disappears. It can be made to re-render by setting other options and updating the page. This happens with both Mojarra and MyFaces as the implementation.
MyFaces only
In the latest revision I looked at (r26556), the rail slider does not render in any of the slider demos except for Synchronous. In other words, when the following demos are initially rendered, the slider rail is not visible:
ace:sliderEntry
> Overview (slider rail not rendered)
> Synchronous (fine)
> Asynchronous (slider rail not rendered)
> Input (slider rail not rendered)
Issue Links
- depends on
-
ICE-7515 MyFaces 2: two copies of jquery.js are downloaded when ace:ajax tag is included
- Closed
Committed fix for the first problem (rail disappearing when dynamically changing length) at revision 26622.