Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta2
-
Fix Version/s: 3.0.1, EE-3.0.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 2.1.0 Beta2
Description
If the header attribute of the ace:dialog component is set to a value binding EL expression and this value is changed while the dialog is displayed, the dialog losses its content and the header is not changed. A browser refresh displays the correct value and content.
-
Hide
- Case10704Example.war
- 7.41 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../example/TestBean.class 1 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-ace.jar 1.39 MB
- WEB-INF/lib/icefaces-compat.jar 2.35 MB
- WEB-INF/lib/icefaces.jar 240 kB
- WEB-INF/lib/javax.faces.jar 2.48 MB
- WEB-INF/web.xml 2 kB
- welcomeICEfaces.xhtml 2 kB
-
Hide
- Case10704Example.zip
- 18 kB
- Arran Mccullough
-
- Case10704Example/build.xml 3 kB
- Case10704Example/.../ant-deploy.xml 2 kB
- Case10704Example/.../build-impl.xml 58 kB
- Case10704Example/.../genfiles.properties 0.5 kB
- Case10704Example/.../private.properties 0.5 kB
- Case10704Example/nbproject/.../private.xml 0.2 kB
- Case10704Example/.../project.properties 3 kB
- Case10704Example/nbproject/project.xml 0.9 kB
- Case10704Example/src/conf/MANIFEST.MF 0.0 kB
- Case10704Example/src/.../TestBean.java 1 kB
- Case10704Example/web/.../context.xml 0.1 kB
- Case10704Example/web/WEB-INF/web.xml 2 kB
- Case10704Example/.../welcomeICEfaces.xhtml 2 kB
-
- screenshot-3.png
- 226 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Fixed. The jQuery dialog already has a title parameter to take the header text directly. By using the title parameter the framework DOM diff. is able to detect the difference. Don't know why Grimlock used the twisted way of passing the header text thru a title attribute.
Revision: 28131
Modified : /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dialog/DialogRenderer.java
Show
yip.ng
added a comment - - edited Fixed. The jQuery dialog already has a title parameter to take the header text directly. By using the title parameter the framework DOM diff. is able to detect the difference. Don't know why Grimlock used the twisted way of passing the header text thru a title attribute.
Revision: 28131
Modified : /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dialog/DialogRenderer.java
Revision: 28154
Modified : /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/dialog/DialogRenderer.java
Same general problem as
ICE-7517. Only now it's the title attribute that gets moved, not "appendToBody." And it's moved in jQuery JS, not wrapper JS. See screenshot-3.png.