Details
Description
When Effects are activated in the component-showcase effects demo, the panels are shuffled.
Issue Links
- blocks
-
ICE-5868 MyFaces 2 compatibility
-
- Closed
-
ICE-5868
MyFaces 2 compatibility
Fix was to store the list of effects as a list after initialization rather than return it via effects.keySet() which is technically unordered. It is not clear why mojarra and MyFaces iterate over the keyset differently, but this can be seen as an application bug.