Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P01
-
Fix Version/s: 1.8.3, 1.8.2-EE-GA_P02
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Container with cookies disabled
Description
The suggestion to enable multi-session functionality from ICE-5871 is causing the inputRichText component to not display.
The following JavaScript errors are thrown and the component does not display/render:
Ice.FCKeditor is undefined
[Break on this error] <form action="javascript:;" class="ice...ked" type="hidden" /></div></td></tr>
main.iface (line 12)
Ice.FCKeditorUtility is undefined
[Break on this error] <script id="MHmWFZdkpnZAKpKufSnzSQ:1:d... ('_id10:_id13');//284715392</script>
main.iface (line 16
To reproduce this the following parameters are set:
For Tomcat (context.xml):
<Context cookies="false">
For WebLogic (weblogic-application.xml):
<cookies-enabled>false</cookies-enabled>
Changing these parameters to true allows the component to display and work properly.
The following JavaScript errors are thrown and the component does not display/render:
Ice.FCKeditor is undefined
[Break on this error] <form action="javascript:;" class="ice...ked" type="hidden" /></div></td></tr>
main.iface (line 12)
Ice.FCKeditorUtility is undefined
[Break on this error] <script id="MHmWFZdkpnZAKpKufSnzSQ:1:d... ('_id10:_id13');//284715392</script>
main.iface (line 16
To reproduce this the following parameters are set:
For Tomcat (context.xml):
<Context cookies="false">
For WebLogic (weblogic-application.xml):
<cookies-enabled>false</cookies-enabled>
Changing these parameters to true allows the component to display and work properly.
Issue Links
- is duplicated by
-
ICE-5871 Add a configuration parameter for turning on URL rewriting
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22311 | Thu Sep 09 14:46:00 MDT 2010 | ted.goddard | encodeResourceURL for inputFile ( |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFileRenderer.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java |