Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3, showcase sample
Description
When using the showcase ace:confirmationDialog Overview demo (http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=confirmationDialogBean), if you modify the Header or Message text in the demo, the resulting confirmation panel will contain two instances of the panel body and buttons.
If you close the double-body dialog and open it again, it will appear correctly the second time. I also noticed that the changed text doesn't actually appear the first time you open the dialog, but does the second time.
If you close the double-body dialog and open it again, it will appear correctly the second time. I also noticed that the changed text doesn't actually appear the first time you open the dialog, but does the second time.
Issue Links
- depends on
-
ICE-7517 Refactor dialog comps to avoid client-side dom movement/repositioning of server-rendered markup.
- Closed
See screenshot-1.png. When rendered in the server side, the buttons are in one location. The client side JS moves them to another location. No way framework knows about this and it updates in old location.