Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA
-
Fix Version/s: EE-4.0.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces4 trunk rev. 44022
Browsers: all
Server: Tomcat7.0.42
-
Assignee Priority:P2
Description
Text can be input/edited/saved into the richTextEntry only if specifying visible="true" on the ace:dialog. Otherwise, the text input area of the richTextEntry appears to be disabled.
QA test application: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/richTextEntry
Test page: /richTextEntryDialog.jsf
The test has a dialog with visible=false, that uses a JS .show() function to dynamically display the dialog on the page.
QA test application: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/richTextEntry
Test page: /richTextEntryDialog.jsf
The test has a dialog with visible=false, that uses a JS .show() function to dynamically display the dialog on the page.
r44034: fix to recreate ace:richTextEditor's when showing an ace:dialog.