ICEfaces
  1. ICEfaces
  2. ICE-6714

Upgrade ice:inputRichText to use latest version of CKEditor (for IE9 support)

    Details

    • Assignee Priority:
      P1
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration

      Description

      Make it so ice:inputRichText uses CKEditor

        Activity

        Hide
        Adnan Durrani added a comment -

        TLD Docs added to trunk
        Command: Commit
        Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml
        Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml
        Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml
        Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml
        Completed: At revision: 24785

        TLD docs added to icefaces-2.0.x-maintenance

        Command: Commit
        Modified: D:\work\development\head\svn\ossrepo\icefaces2\branches\icefaces-2.0.x-maintenance\icefaces\compat\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml
        Modified: D:\work\development\head\svn\ossrepo\icefaces2\branches\icefaces-2.0.x-maintenance\icefaces\compat\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml
        Sending content: D:\work\development\head\svn\ossrepo\icefaces2\branches\icefaces-2.0.x-maintenance\icefaces\compat\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml
        Sending content: D:\work\development\head\svn\ossrepo\icefaces2\branches\icefaces-2.0.x-maintenance\icefaces\compat\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml
        Completed: At revision: 24786

        TLD docs added to icefaces-2 trunk
        Command: Commit
        Modified: D:\work\development\head\svn\ossrepo\icefaces2\trunk\icefaces\compat\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml
        Modified: D:\work\development\head\svn\ossrepo\icefaces2\trunk\icefaces\compat\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml
        Sending content: D:\work\development\head\svn\ossrepo\icefaces2\trunk\icefaces\compat\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml
        Sending content: D:\work\development\head\svn\ossrepo\icefaces2\trunk\icefaces\compat\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml
        Completed: At revision: 24787

        Show
        Adnan Durrani added a comment - TLD Docs added to trunk Command: Commit Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml Completed: At revision: 24785 TLD docs added to icefaces-2.0.x-maintenance Command: Commit Modified: D:\work\development\head\svn\ossrepo\icefaces2\branches\icefaces-2.0.x-maintenance\icefaces\compat\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml Modified: D:\work\development\head\svn\ossrepo\icefaces2\branches\icefaces-2.0.x-maintenance\icefaces\compat\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml Sending content: D:\work\development\head\svn\ossrepo\icefaces2\branches\icefaces-2.0.x-maintenance\icefaces\compat\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml Sending content: D:\work\development\head\svn\ossrepo\icefaces2\branches\icefaces-2.0.x-maintenance\icefaces\compat\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml Completed: At revision: 24786 TLD docs added to icefaces-2 trunk Command: Commit Modified: D:\work\development\head\svn\ossrepo\icefaces2\trunk\icefaces\compat\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml Modified: D:\work\development\head\svn\ossrepo\icefaces2\trunk\icefaces\compat\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml Sending content: D:\work\development\head\svn\ossrepo\icefaces2\trunk\icefaces\compat\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputRichText-props.xml Sending content: D:\work\development\head\svn\ossrepo\icefaces2\trunk\icefaces\compat\component-metadata\src\main\resources\conf\custom\inputRichText-renderer.xml Completed: At revision: 24787
        Hide
        Jack Van Ooststroom added a comment -

        Reopening this one as the inputRichText is not Serializable

        Show
        Jack Van Ooststroom added a comment - Reopening this one as the inputRichText is not Serializable
        Hide
        Jack Van Ooststroom added a comment -

        When Session replication is attempted, the following is shown in the logs:

        java.io.NotSerializableException: com.icesoft.faces.component.inputrichtext.InputRichTextSetup$2$1

        Show
        Jack Van Ooststroom added a comment - When Session replication is attempted, the following is shown in the logs: java.io.NotSerializableException: com.icesoft.faces.component.inputrichtext.InputRichTextSetup$2$1
        Hide
        Jack Van Ooststroom added a comment -

        Refactored the anonymous inner class, now implementing Serializable. JarResource and InputRichTextSetup implement Serializable now as well. Marking this one as FIXED.

        Show
        Jack Van Ooststroom added a comment - Refactored the anonymous inner class, now implementing Serializable. JarResource and InputRichTextSetup implement Serializable now as well. Marking this one as FIXED.
        Hide
        Jack Van Ooststroom added a comment -

        Assigning back to Adnan. Please review my changes.

        Show
        Jack Van Ooststroom added a comment - Assigning back to Adnan. Please review my changes.

          People

          • Assignee:
            Adnan Durrani
            Reporter:
            Adnan Durrani
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: