Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Component/s: Bridge, ICE-Components
-
Labels:None
-
Environment:ICEfaces 2, ice:inputRichText component
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
Description
The inputRichText component JavaScript must be loaded into the <head> region of the page (CKeditor.js). Due to technical limitations with JSF partial-page updates not being able to update the HEAD region we preload the CKeditor.js into the head on every full page GET so that it is there should the ice:inputRichText component be added to the page later via a partial-page update.
However, this preloading is not efficient as it causes the CKeditor.js to be loaded and evaluated each time a page is loaded, even if the component is not being used. This JIRA is to add a mechanism (config. param?) that would allow the application to opt. out of the inputRichText JS preload if that component is not being used.
However, this preloading is not efficient as it causes the CKeditor.js to be loaded and evaluated each time a page is loaded, even if the component is not being used. This JIRA is to add a mechanism (config. param?) that would allow the application to opt. out of the inputRichText JS preload if that component is not being used.
Issue Links
- blocks
-
ICE-8166 ICEfaces Showcase sample app. - Remove legacy use of NavigationController.refreshPage()
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26215 | Thu Nov 03 08:54:14 MDT 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/inputrichtext/build.xml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26210 | Wed Nov 02 13:27:51 MDT 2011 | ken.fyten | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/components/build.xml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26119 | Fri Oct 28 09:19:02 MDT 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/inputrichtext/InputRichTextSetup.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26116 | Fri Oct 28 06:25:38 MDT 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/inputrichtext/InputRichTextSetup.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26113 | Thu Oct 27 15:51:42 MDT 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/samples/compat/component-showcase/src/main/webapp/WEB-INF/web.xml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26109 | Thu Oct 27 14:42:02 MDT 2011 | mircea.toma | |
Files Changed | ||||
DEL
/icefaces2/trunk/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/ckeditor/.htaccess
DEL /icefaces2/trunk/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/ckeditor/ckeditor.php DEL /icefaces2/trunk/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/ckeditor/ckeditor_php5.php DEL /icefaces2/trunk/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/ckeditor/ckeditor.pack DEL /icefaces2/trunk/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/ckeditor/ckeditor_php4.php DEL /icefaces2/trunk/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/ckeditor/ckeditor.asp |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26097 | Wed Oct 26 15:57:20 MDT 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/inputrichtext/InputRichTextSetup.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26095 | Wed Oct 26 15:56:32 MDT 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/ckeditor/plugins/smiley/dialogs/smiley.js
MODIFY /icefaces2/trunk/icefaces/compat/components/src/main/resources/META-INF/resources/inputrichtext/ckeditor/ckeditor.js |