Verified with ICEfaces4 trunk r44056/ IE11, Chrome40, FF34.
First time when saving text in the richTextEntry inside dialog, the dialog closes up (visible="false" specific, Chrome40). This issue is very similar to the ones described in ICE-10481.
If visible="true", the dialog opens up on page load, however it is empty, without the richTextEntry component inside.
Also, a JS error occurs on page load:
Uncaught TypeError: Cannot read property '$' of undefined
ckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:896 CKEDITOR.plugins.add.initckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:235 (anonymous function)ckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:215 CKEDITOR.scriptLoader.load.nckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:215 CKEDITOR.scriptLoader.loadckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:234 (anonymous function)ckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:222 (anonymous function)ckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:220 (anonymous function)ckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:215 CKEDITOR.scriptLoader.load.nckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:215 CKEDITOR.scriptLoader.loadckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:220 CKEDITOR.resourceManager.loadckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:221 hckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:222 (anonymous function)ckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:233 nckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:232 (anonymous function)ckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:434 (anonymous function)ckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:220 (anonymous function)ckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:215 CKEDITOR.scriptLoader.load.nckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:215 CKEDITOR.scriptLoader.load.sckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:215 CKEDITOR.scriptLoader.load.rckeditor.js.jsf?ln=icefaces.ace&v=4_1_0_150213:216 (anonymous function)
r44034: fix to recreate ace:richTextEditor's when showing an ace:dialog.