ICEfaces
  1. ICEfaces
  2. ICE-9731

Update CKEditor to version 4.3

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.3.0.GA_P01
    • Fix Version/s: EE-3.3.0.GA_P02, 4.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      InternetExplorer 11
    • Assignee Priority:
      P1
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.)
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Add this tag int the header of the page

      <meta http-equiv="X-UA-Compatible" content="IE=10" />
      Show
      Add this tag int the header of the page <meta http-equiv="X-UA-Compatible" content="IE=10" />

      Description

      In order to support IE11 in ace:richTextEntry, it is necessary to update our CKEditor library to version 4.3.

      Enter a small piece of text into the richt text editor. Now select a word in the middle of the text and try to change the color of the selected text.

      Every time you click in the command bar of the rich text editor (to select the tool) the selection will be removed and the color will be aplyed to the the new cursor position, which is the

        Issue Links

          Activity

          Jose Gonzalez created issue -
          Ken Fyten made changes -
          Field Original Value New Value
          Assignee Carmen Cristurean [ ccristurean ]
          Fix Version/s EE-3.3.0.GA_P02 [ 11371 ]
          Hide
          Carmen Cristurean added a comment -

          Testing reproduced the following issues with both EE-3.3.0-P01 and the latest maintenance branch/rev# 40112:

          1) A JS error occurs when accessing the showcase > richTextEntry demo page in IE11:
          SCRIPT5022: NotSupportedError
          File: coalesced.js.jsf, Line: 480, Column: 1016

          2) Changing text or background color of a selected text fails because text selection is removed and the cursor jumps at the beginning of the line when choosing a new text/background color.

          Both issues cannot be reproduced in IE10 or any other browsers.

          Show
          Carmen Cristurean added a comment - Testing reproduced the following issues with both EE-3.3.0-P01 and the latest maintenance branch/rev# 40112: 1) A JS error occurs when accessing the showcase > richTextEntry demo page in IE11: SCRIPT5022: NotSupportedError File: coalesced.js.jsf, Line: 480, Column: 1016 2) Changing text or background color of a selected text fails because text selection is removed and the cursor jumps at the beginning of the line when choosing a new text/background color. Both issues cannot be reproduced in IE10 or any other browsers.
          Ken Fyten made changes -
          Assignee Carmen Cristurean [ ccristurean ] Arturo Zambrano [ artzambrano ]
          Fix Version/s 4.0.BETA [ 10770 ]
          Assignee Priority P1 [ 10010 ]
          Ken Fyten made changes -
          Fix Version/s 4.0 [ 11382 ]
          Fix Version/s 4.0.BETA [ 10770 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40433 Thu Mar 27 09:21:48 MDT 2014 art.zambrano ICE-9731 applying ICE-9699 fix to
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/tools/ckeditorurlmapper/src/org/icefaces/ace/util/ckeditorurlmapper/CKEditorUrlMapper.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40434 Thu Mar 27 09:31:09 MDT 2014 art.zambrano ICE-9731 removed previous version of CKEditor (3.6.6.1)
          Files Changed
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/INSTALL.html
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/images
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor_basic_source.js
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor.js
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor_basic.js
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor_source.js
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/config.js
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/CHANGES.html
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/contents.css
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor.mapping.js
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/adapters
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/themes
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/LICENSE.html
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40435 Thu Mar 27 09:43:29 MDT 2014 art.zambrano ICE-9731 added new version of CKEditor (4.3.3)
          Files Changed
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/images/close.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/heart.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/cy.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/htmlwriter/assets
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/id.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/link/images/anchor.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/index.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/divreplace.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/pl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/es.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/ja.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/embarrassed_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/liststyle/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/enterkey/enterkey.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/config.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/ru.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/preview
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/vi.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/about
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/da.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/hu.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/embarrassed_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/assets/outputxhtml/outputxhtml.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/ro.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/angel_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/table/dialogs/table.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/dialog_ie.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/bn.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/iframe
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/link/images/hidpi
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/link/dialogs/anchor.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/iframe/dialogs/iframe.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/images/hidpi/lock.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/liststyle
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/templates/templates/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/assets/outputxhtml
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/about/dialogs/about.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/thumbs_down.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/bg.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/editor.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/regular_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/angry_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms/dialogs/textarea.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/pastefromword/filter/default.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/angry_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/he.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/shades_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/en-gb.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/lt.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/no.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/magicline
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/tabletools/dialogs/tableCell.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/bg.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/fakeobjects
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/div/dialogs/div.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/dialog/dialogDefinition.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/link
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/toolbar
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/sr-latn.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/tr.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs/ciframe.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs/wsc_ie.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/sample.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images/block_h2.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/ja.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/scayt/dialogs/options.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/icons.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images/block_blockquote.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/kiss.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/images/lock-open.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/tongue_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/image/images/noimage.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/link/dialogs/link.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/inlinetextarea.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/assets/uilanguages/languages.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/templates/templates/images/template2.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/tabletools
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/vi.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/editor_iequirks.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/sl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/uicolor.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/colordialog/dialogs/colordialog.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/ms.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/magicline/images/icon.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/xhtmlstyle.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images/block_h3.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/mk.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/sq.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/templates/templates
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/es.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/flash
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/tongue_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/table/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/no.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/dialog
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/nl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/thumbs_up.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/si.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/images/refresh.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/image/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/image/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/id.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/sad_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/is.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/uilanguages.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/ca.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/flash/dialogs/flash.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/LICENSE.md
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/dialog_ie7.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/colordialog/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/styles.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/clipboard/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/wysiwygarea
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/eu.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/si.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/templates/dialogs/templates.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/sk.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/templates/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/sample_posteddata.php
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/nl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/templates/dialogs/templates.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/inlinebycode.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/htmlwriter/outputhtml.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/sq.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/cry_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/pagebreak/images/pagebreak.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/icons.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/da.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/sl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/magicline/images/hidpi/icon.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/jquery.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/find/dialogs/find.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/CHANGES.md
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/adapters
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/fakeobjects/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/api.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs/wsc.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/de.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/thumbs_up.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/es.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/link/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/clipboard
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/pastefromword
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/km.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/zh-cn.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/assets/inlineall
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/gl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/ku.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/htmlwriter/outputforflash.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images/block_h5.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/envelope.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/fo.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/cry_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/th.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/scayt/LICENSE.md
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/replacebyclass.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images/block_h4.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/link/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/find/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/images/hidpi/refresh.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/liststyle/dialogs/liststyle.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/it.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/cs.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/lv.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/scayt
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/README.md
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/he.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/fa.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/dialog_opera.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/htmlwriter/assets/outputforflash
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images/block_div.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/regular_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/nb.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/lv.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/no.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/toolbar/toolbar.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/images/hidpi
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/sk.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/appendto.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/assets/sample.jpg
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/LICENSE.md
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/bs.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/de.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/replacebycode.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/link/images/hidpi/anchor.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/dialog/assets
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/fr-ca.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/assets/sample.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/wink_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/sad_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/ug.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/readonly.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/scayt/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/et.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/teeth_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/scayt/README.md
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/tabindex.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/ko.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/cy.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/flash/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/images/arrow.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/about/dialogs/logo_ckeditor.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms/dialogs/select.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/about/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/iframe/images/placeholder.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/fr.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/eo.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/inlineall.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs/tmp.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/ajax.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/pt.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/ca.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/templates/templates/images/template1.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/dialog
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/image/dialogs/image.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/assets/uilanguages
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/magicline/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/sample.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/pastefromword/filter
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/find
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/embaressed_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/fi.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/README.md
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/lightbulb.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/pagebreak
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/editor_ie8.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms/dialogs/hiddenfield.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/af.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/dialog/dialog.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/km.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/dialog/assets/my_dialog.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/ug.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/hi.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms/images/hiddenfield.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/eo.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/wink_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/en-au.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/tr.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/dialogs/smiley.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/ku.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images/block_address.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/mn.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images/block_h1.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/sr.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/hr.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/table
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/div
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/it.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/iframe/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/magicline
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images/block_p.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/pt.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/km.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/editor_ie.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/broken_heart.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/build-config.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/thumbs_down.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/fr.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/teeth_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/envelope.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/templates/templates/default.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/wysiwygarea/fullpage.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/uk.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/images/hidpi/close.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/magicline/images/hidpi
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images/block_pre.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/devil_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/gl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/dialog_iequirks.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/omg_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/assets/posteddata.php
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/adapters/jquery.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/omg_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/clipboard/dialogs/paste.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/it.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/id.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/contents.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/et.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/el.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/images/lock.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/magicline/magicline.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/he.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/assets/inlineall/logo.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms/dialogs/radio.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/cs.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/ar.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/editor_gecko.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/pagebreak/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/th.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/hu.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/fakeobjects/images/spacer.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/th.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms/dialogs/textfield.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/ru.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/confused_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/pl.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/shades_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/kiss.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/lightbulb.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/dialog_ie8.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/en-ca.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/en.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs/wsc.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/icons_hidpi.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/iframe/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/datafiltering.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/flash/images/placeholder.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/image
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/enterkey
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/showblocks/images/block_h6.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/heart.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/templates
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms/dialogs/form.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/icons_hidpi.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/div/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/zh.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/sv.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/nb.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms/dialogs/checkbox.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/zh.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/sv.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/images/hidpi/lock-open.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/colordialog
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/forms/dialogs/button.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor.mapping.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/gu.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/fa.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/uk.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/flash/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/hr.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/ka.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/et.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/assets
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/fi.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples/plugins/htmlwriter
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/tounge_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/editor_ie7.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/templates/templates/images/template3.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/confused_smile.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/preview/preview.html
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/broken_heart.png
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/pt-br.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/angel_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/dialog.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/ar.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/si.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/tabletools/dialogs
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/images/devil_smile.gif
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/readme.md
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/specialchar.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/specialchar/dialogs/lang/en.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/images
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/lang/el.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/about/dialogs/hidpi
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/scayt/dialogs/toolbar.css
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40436 Thu Mar 27 09:51:11 MDT 2014 art.zambrano ICE-9731 added version code in ckeditor.mapping.js to remove it from URLs
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor.mapping.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40437 Thu Mar 27 09:58:08 MDT 2014 art.zambrano ICE-9731 fixes in our code to work with the new version: removed skin name checking and modified way of setting editor to read-only mode
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/richtextentry.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40448 Thu Mar 27 13:24:44 MDT 2014 art.zambrano ICE-9731 added save icon to custom aceSave plugin
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/richtextentry.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40449 Thu Mar 27 13:46:38 MDT 2014 art.zambrano ICE-9731 fixed spellcheck plugin URLs
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs/wsc.js
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/dialogs/wsc_ie.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40450 Thu Mar 27 14:02:48 MDT 2014 art.zambrano ICE-9731 fixed smiley plugin URLs
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/smiley/dialogs/smiley.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40452 Thu Mar 27 14:20:06 MDT 2014 art.zambrano ICE-9731 removed unnecessary resources
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor.mapping.js
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/samples
          Arturo Zambrano made changes -
          Summary ace:richTextEntry is not compatible with IE11 Update CKEditor to version 4.3
          Arturo Zambrano made changes -
          Description Enter a small piece of text into the richt text editor. Now select a word in the middle of the text and try to change the color of the selected text.

          Every time you click in the command bar of the rich text editor (to select the tool) the selection will be removed and the color will be aplyed to the the new cursor position, which is the
          In order to support IE11 in ace:richTextEntry, it is necessary to update our CKEditor library to version 4.3.

          Enter a small piece of text into the richt text editor. Now select a word in the middle of the text and try to change the color of the selected text.

          Every time you click in the command bar of the rich text editor (to select the tool) the selection will be removed and the color will be aplyed to the the new cursor position, which is the
          Hide
          Arturo Zambrano added a comment -

          Committed the following fixes to the 4.0 trunk...

          r40433: applied ICE-9699 fix to ckeditormapper tool to generate mapping javascript file with the fix and to be more human readable
          r40434: removed previous version of CKEditor (3.6.6.1)
          r40435: added new version of CKEditor (4.3) with it's CSS files parsed to use JSF URLs and with the resource mapping generated.
          r40436: added revision code to the mapping to remove it from URLs
          r40437: fixes in our code to adapt to the new version
          r40448: added icon to our custom save button, which as missing
          r40449: fixed spellcheck plugin URLs
          r40450: fixed smiley plugin URLs
          r40452: removed unnecessary resources

          Show
          Arturo Zambrano added a comment - Committed the following fixes to the 4.0 trunk... r40433: applied ICE-9699 fix to ckeditormapper tool to generate mapping javascript file with the fix and to be more human readable r40434: removed previous version of CKEditor (3.6.6.1) r40435: added new version of CKEditor (4.3) with it's CSS files parsed to use JSF URLs and with the resource mapping generated. r40436: added revision code to the mapping to remove it from URLs r40437: fixes in our code to adapt to the new version r40448: added icon to our custom save button, which as missing r40449: fixed spellcheck plugin URLs r40450: fixed smiley plugin URLs r40452: removed unnecessary resources
          Arturo Zambrano made changes -
          Issue Type Bug [ 1 ] Improvement [ 4 ]
          Hide
          Arturo Zambrano added a comment -

          Finished applying the fixes above to the 3.3 EE maintenance branch at revision 40463.

          Show
          Arturo Zambrano added a comment - Finished applying the fixes above to the 3.3 EE maintenance branch at revision 40463.
          Ken Fyten made changes -
          Affects Documentation (User Guide, Ref. Guide, etc.) [ 10003 ]
          Hide
          Arturo Zambrano added a comment -

          Finished applying the fixes above to the 3.3 EE maintenance branch for the ice:inputRichText component at revision 40470.

          Show
          Arturo Zambrano added a comment - Finished applying the fixes above to the 3.3 EE maintenance branch for the ice:inputRichText component at revision 40470.
          Hide
          Arturo Zambrano added a comment -

          This new version of the CKEditor only comes with one skin. Therefore, ICE-9950 was created to add some other skins that are available as add-ons.

          Show
          Arturo Zambrano added a comment - This new version of the CKEditor only comes with one skin. Therefore, ICE-9950 was created to add some other skins that are available as add-ons.
          Arturo Zambrano made changes -
          Link This issue blocks ICE-9950 [ ICE-9950 ]
          Arturo Zambrano made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40471 Thu Mar 27 16:23:47 MDT 2014 art.zambrano ICE-9731 updated readme.txt file
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/readme.txt
          Hide
          Carmen Cristurean added a comment - - edited

          Testing showcase > ace:richTextEntry on EE-3.3.0-maintenance # 40474 in IE10/11 found that selecting a word in the middle of a text and changing its background color, will remove the background color of the text next to it.
          Steps:

          • enter a few words in rich text editor.
          • select a word in the middle of the text, change its background color to red, as example; optionally save.
          • select text before the word with red background color, including the white space between the words, and change its background color to blue -> the word with the 'red' background color loses its background color.
            This issue was found only in IE10 and IE11.

          In IE7, showcase > ace:richTextEntry demo cannot be accessed, see attached screen shot.

          Also there are multiple warnings visible in server log:
          Mar 27, 2014 6:59:07 PM com.sun.faces.context.ExternalContextImpl getMimeType
          WARNING: JSF1091: No mime type could be found for file richtextentry/ckeditor/CHANGES.md. To resolve this, add a mime-type mapping to the applications web.xml.
          ..........

          Show
          Carmen Cristurean added a comment - - edited Testing showcase > ace:richTextEntry on EE-3.3.0-maintenance # 40474 in IE10/11 found that selecting a word in the middle of a text and changing its background color, will remove the background color of the text next to it. Steps: enter a few words in rich text editor. select a word in the middle of the text, change its background color to red, as example; optionally save. select text before the word with red background color, including the white space between the words, and change its background color to blue -> the word with the 'red' background color loses its background color. This issue was found only in IE10 and IE11. In IE7, showcase > ace:richTextEntry demo cannot be accessed, see attached screen shot. Also there are multiple warnings visible in server log: Mar 27, 2014 6:59:07 PM com.sun.faces.context.ExternalContextImpl getMimeType WARNING: JSF1091: No mime type could be found for file richtextentry/ckeditor/CHANGES.md. To resolve this, add a mime-type mapping to the applications web.xml. ..........
          Carmen Cristurean made changes -
          Attachment richTextEntry-IE7.PNG [ 17010 ]
          Carmen Cristurean made changes -
          Resolution Fixed [ 1 ]
          Status Resolved [ 5 ] Reopened [ 4 ]
          Hide
          Carmen Cristurean added a comment -

          Similar issues have been found with ice:inputRichText from component-showcase / showcase > ICE Components (EE-3.3.0-maintenance-branch# 40475).

          Show
          Carmen Cristurean added a comment - Similar issues have been found with ice:inputRichText from component-showcase / showcase > ICE Components (EE-3.3.0-maintenance-branch# 40475).
          Hide
          Liana Munroe added a comment -

          Several issues found with ee-3.3.0 maintenance branch revision #40410:
          Chrome, The content area now consumes most of the web page vertically, the component is not limited in height.

          Similar to ICE-9911 - Error was seen on Chrome ee-3.3.0 maintenance branch when using block quotes:
          GET http://localhost:8080/richTextEntry/plugins/magicline/images/icon.png 404 (Not Found)

          When launching richTextEntry application in FF 3.6 it functions but this general error is seen (not FF 27):
          Error: d.getSelection() is null
          Source File: http://localhost:8080/richTextEntry/javax.faces.resource/richtextentry/ckeditor/ckeditor.js.jsf?ln=icefaces.ace&v=3_3_0_140327
          Line: 764

          RichTextEntry in ICE and ACE panel TabSets - when navigating between tabs this error appear:
          FF - TypeError: a is undefined
          Chrome - TypeError:cannot call method 'clearCustomData' of null
          This also happens in the RichTextEntry in add to row to top or bottom of h:dataTable applications

          Show
          Liana Munroe added a comment - Several issues found with ee-3.3.0 maintenance branch revision #40410: Chrome, The content area now consumes most of the web page vertically, the component is not limited in height. Similar to ICE-9911 - Error was seen on Chrome ee-3.3.0 maintenance branch when using block quotes: GET http://localhost:8080/richTextEntry/plugins/magicline/images/icon.png 404 (Not Found) When launching richTextEntry application in FF 3.6 it functions but this general error is seen (not FF 27): Error: d.getSelection() is null Source File: http://localhost:8080/richTextEntry/javax.faces.resource/richtextentry/ckeditor/ckeditor.js.jsf?ln=icefaces.ace&v=3_3_0_140327 Line: 764 RichTextEntry in ICE and ACE panel TabSets - when navigating between tabs this error appear: FF - TypeError: a is undefined Chrome - TypeError:cannot call method 'clearCustomData' of null This also happens in the RichTextEntry in add to row to top or bottom of h:dataTable applications
          Hide
          Ken Fyten added a comment -

          FF 3.6 is not directly supported, so that issue doesn't require attention.

          Show
          Ken Fyten added a comment - FF 3.6 is not directly supported, so that issue doesn't require attention.
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40680 Wed Apr 02 15:34:52 MDT 2014 art.zambrano ICE-9731 renamed *.md files to *.md.txt, so that they have a known mime type, thus warning messages in the server log are prevented; updated readme.txt file
          Files Changed
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/README.md
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/LICENSE.md
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/README.md.txt
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/README.md
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/readme.txt
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/LICENSE.md.txt
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/readme.md
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/LICENSE.md
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/README.md.txt
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/wsc/LICENSE.md.txt
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/CHANGES.md.txt
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/scayt/README.md
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor.mapping.js
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/skins/moono/readme.md.txt
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/scayt/README.md.txt
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/CHANGES.md
          Commit graph DEL /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/scayt/LICENSE.md
          Commit graph ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/scayt/LICENSE.md.txt
          Hide
          Arturo Zambrano added a comment -

          Renamed *.md files to *.md.txt, so that they have a known mime type, thus warning messages in the server log are prevented; updated ckeditor.mappng.j and readme.txt.

          r40680: Committed fix to 4.0 trunk.
          r40681: Committed fix to 3.3 EE branch.
          r40683: Committed fix to 3.3 EE branch for ice:inputRichText.

          Show
          Arturo Zambrano added a comment - Renamed *.md files to *.md.txt, so that they have a known mime type, thus warning messages in the server log are prevented; updated ckeditor.mappng.j and readme.txt. r40680: Committed fix to 4.0 trunk. r40681: Committed fix to 3.3 EE branch. r40683: Committed fix to 3.3 EE branch for ice:inputRichText.
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40684 Wed Apr 02 16:22:59 MDT 2014 art.zambrano ICE-9731 TLD clarification
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/richtextentry/RichTextEntryMeta.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40686 Wed Apr 02 16:45:04 MDT 2014 art.zambrano ICE-9731 fix to use URL mapping for /plugins/magicline/images/icon.png
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor.js
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/readme.txt
          Hide
          Arturo Zambrano added a comment -

          Similar to ICE-9911 - Error was seen on Chrome ee-3.3.0 maintenance branch when using block quotes:
          GET http://localhost:8080/richTextEntry/plugins/magicline/images/icon.png 404 (Not Found)

          Fixed issue in the same way as ICE-9911 (revisions 40686, 40688, and 40689).

          Show
          Arturo Zambrano added a comment - Similar to ICE-9911 - Error was seen on Chrome ee-3.3.0 maintenance branch when using block quotes: GET http://localhost:8080/richTextEntry/plugins/magicline/images/icon.png 404 (Not Found) Fixed issue in the same way as ICE-9911 (revisions 40686, 40688, and 40689).
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40690 Wed Apr 02 17:57:58 MDT 2014 art.zambrano ICE-9731 added object existence conditions in detach() function to avoid NPEs
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor.js
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/readme.txt
          Hide
          Arturo Zambrano added a comment -

          RichTextEntry in ICE and ACE panel TabSets - when navigating between tabs this error appear:
          FF - TypeError: a is undefined
          Chrome - TypeError:cannot call method 'clearCustomData' of null
          This also happens in the RichTextEntry in add to row to top or bottom of h:dataTable applications

          The issue was caused by a listener function in the CKEditor code (detach()) that tried to invoke some clean-up methods after the actual editor instance and nodes had been removed from the DOM, such as in cases when adding a new row or loading a new tab from the server, which cause a full table or tabset markup update, completely removing editor instances and re-generating them after the update.

          Committed fix at revisions 40690, 40691, and 40692.

          Show
          Arturo Zambrano added a comment - RichTextEntry in ICE and ACE panel TabSets - when navigating between tabs this error appear: FF - TypeError: a is undefined Chrome - TypeError:cannot call method 'clearCustomData' of null This also happens in the RichTextEntry in add to row to top or bottom of h:dataTable applications The issue was caused by a listener function in the CKEditor code (detach()) that tried to invoke some clean-up methods after the actual editor instance and nodes had been removed from the DOM, such as in cases when adding a new row or loading a new tab from the server, which cause a full table or tabset markup update, completely removing editor instances and re-generating them after the update. Committed fix at revisions 40690, 40691, and 40692.
          Hide
          Liana Munroe added a comment -

          All above issues with ACE components and showcase are verified fixed on ee-3.3.0 maintenance branch r40695, Chrome, FF, and IE 8, 9, 10, 11.
          The issue: "In IE7, showcase > ace:richTextEntry demo cannot be accessed, see attached screen shot." is still happening. The error is the same and the demo will not load

          Show
          Liana Munroe added a comment - All above issues with ACE components and showcase are verified fixed on ee-3.3.0 maintenance branch r40695, Chrome, FF, and IE 8, 9, 10, 11. The issue: "In IE7, showcase > ace:richTextEntry demo cannot be accessed, see attached screen shot." is still happening. The error is the same and the demo will not load
          Hide
          Arturo Zambrano added a comment -

          Testing showcase > ace:richTextEntry on EE-3.3.0-maintenance # 40474 in IE10/11 found that selecting a word in the middle of a text and changing its background color, will remove the background color of the text next to it.
          Steps:

          • enter a few words in rich text editor.
          • select a word in the middle of the text, change its background color to red, as example; optionally save.
          • select text before the word with red background color, including the white space between the words, and change its background color to blue -> the word with the 'red' background color loses its background color.
            This issue was found only in IE10 and IE11.

          This issue seems to have been indirectly fixed by some of the fixes above.

          Show
          Arturo Zambrano added a comment - Testing showcase > ace:richTextEntry on EE-3.3.0-maintenance # 40474 in IE10/11 found that selecting a word in the middle of a text and changing its background color, will remove the background color of the text next to it. Steps: enter a few words in rich text editor. select a word in the middle of the text, change its background color to red, as example; optionally save. select text before the word with red background color, including the white space between the words, and change its background color to blue -> the word with the 'red' background color loses its background color. This issue was found only in IE10 and IE11. This issue seems to have been indirectly fixed by some of the fixes above.
          Hide
          Arturo Zambrano added a comment - - edited

          The issue: "In IE7, showcase > ace:richTextEntry demo cannot be accessed, see attached screen shot." is still happening. The error is the same and the demo will not load

          IE7 is simply not supported on CKEditor 4.2 and beyond, according to this page:
          http://ckeditor.com/blog/CKEditor-4.2-Released

          Removed alert message, so that the editor simply and cleanly doesn't appear on IE7.

          Show
          Arturo Zambrano added a comment - - edited The issue: "In IE7, showcase > ace:richTextEntry demo cannot be accessed, see attached screen shot." is still happening. The error is the same and the demo will not load IE7 is simply not supported on CKEditor 4.2 and beyond, according to this page: http://ckeditor.com/blog/CKEditor-4.2-Released Removed alert message, so that the editor simply and cleanly doesn't appear on IE7.
          Arturo Zambrano made changes -
          Status Reopened [ 4 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40707 Thu Apr 03 16:25:11 MDT 2014 art.zambrano ICE-9731 removed alert message
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/richtextentry.js
          Hide
          Carmen Cristurean added a comment - - edited

          Re-testing with EE-3.3.0-maintenance # 40710 found that the rich text editor is not rendered at all in IE7, and it is functional in IE8.

          However in IE10 and IE11 the issue about loosing the background color is still visible, and also there is a very similar issue in Firefox now.

          Show
          Carmen Cristurean added a comment - - edited Re-testing with EE-3.3.0-maintenance # 40710 found that the rich text editor is not rendered at all in IE7, and it is functional in IE8. However in IE10 and IE11 the issue about loosing the background color is still visible, and also there is a very similar issue in Firefox now.
          Carmen Cristurean made changes -
          Resolution Fixed [ 1 ]
          Status Resolved [ 5 ] Reopened [ 4 ]
          Hide
          Ken Fyten added a comment -

          We will attempt to make the component dynamically load either the newer CKeditor 4.3 when running in any browser other than IE7, or the older 3.6.6.1 when running on IE7 in order to preserve support for IE7 while adding support for IE11.

          NOTE that this will only be for the 3.3 maintenance branch, ICEfaces 4 will not support IE7.

          Show
          Ken Fyten added a comment - We will attempt to make the component dynamically load either the newer CKeditor 4.3 when running in any browser other than IE7, or the older 3.6.6.1 when running on IE7 in order to preserve support for IE7 while adding support for IE11. NOTE that this will only be for the 3.3 maintenance branch, ICEfaces 4 will not support IE7.
          Hide
          Arturo Zambrano added a comment -

          Committed enhancement to dynamically load an older version (3.6.6.1) or a newer version (4.3.3) of CKEditor, and thus continue to support IE7, to the 3.3 EE maintenance branch at revision 40735 for ace:richTextEntry and at revision 40737 for ice:inputRichText.

          Show
          Arturo Zambrano added a comment - Committed enhancement to dynamically load an older version (3.6.6.1) or a newer version (4.3.3) of CKEditor, and thus continue to support IE7, to the 3.3 EE maintenance branch at revision 40735 for ace:richTextEntry and at revision 40737 for ice:inputRichText.
          Hide
          Ken Fyten added a comment -

          We need to preserve backwards compatibility with existing applications that may be using the "skin" attribute as it was supported in previous ICEfaces 3.3 releases, namely:

          Specify the pre-defined skin for the editor. Possible values are 'v2', 'office2003', and 'kama' ('default' is synonymous of 'v2'). Default = 'default'.

          So, let's make the "skin" attribute continue to function as it previously did when running on IE7 and thus, using the older CKeditor version that supported those skins. When running on other browsers and thus, using the newer CKeditor version that doesn't support those skins we will ignore any specified skins in the "skins" attribute for now.

          At some point in the future when ICE-9950 is completed to add more skins to the CKeditor 4.3 version we will need to either add a new skin attribute "skin4"? so the new skins can be specified when running on newer browsers as well, or some other novel solution.

          Note for ICEfaces 4, the "skin" attribute can be used for the CKeditor 4.3 skins as no support for IE7 is required.

          Show
          Ken Fyten added a comment - We need to preserve backwards compatibility with existing applications that may be using the "skin" attribute as it was supported in previous ICEfaces 3.3 releases, namely: Specify the pre-defined skin for the editor. Possible values are 'v2', 'office2003', and 'kama' ('default' is synonymous of 'v2'). Default = 'default'. So, let's make the "skin" attribute continue to function as it previously did when running on IE7 and thus, using the older CKeditor version that supported those skins. When running on other browsers and thus, using the newer CKeditor version that doesn't support those skins we will ignore any specified skins in the "skins" attribute for now. At some point in the future when ICE-9950 is completed to add more skins to the CKeditor 4.3 version we will need to either add a new skin attribute "skin4"? so the new skins can be specified when running on newer browsers as well, or some other novel solution. Note for ICEfaces 4, the "skin" attribute can be used for the CKeditor 4.3 skins as no support for IE7 is required.
          Arturo Zambrano made changes -
          Comment [ {quote}
          Chrome, The content area now consumes most of the web page vertically, the component is not limited in height.
          {quote}

          This is the correct behaviour. The height attribute of the component has a default value of 100%. You can specify a different height for the editable area in px, %, or em units. I updated the TLD documentation to clarify that this height refers to the editable area only. ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40783 Thu Apr 10 13:29:20 MDT 2014 art.zambrano ICE-9731 updated TLD documentation for 'width' and 'height', in order to match with the CKEditor definitions
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/richtextentry/RichTextEntryMeta.java
          Hide
          Arturo Zambrano added a comment - - edited

          Chrome, The content area now consumes most of the web page vertically, the component is not limited in height.

          Reviewing the CKEditor documentation, for both the 3.x and 4.x versions, reveals that the height cannot be expressed in percent units (%) and that the default height is 200px, as stated in these documentation pages:

          http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.height
          http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-height

          Moreover, the height only applies to the editable area, while the width applies to the entire editor.

          The TLD documentation was updated to match the CKEditor description for these attributes.

          Therefore, with a default height of 200px (and avoiding the use of percent units), the editor will now be bound by that height, unless a different explicit height is set.

          Committed these changes to the 4.0 trunk at revision 40783 and to the 3.3 EE maintenance branch at revision 40784.

          Committed these changes to 3.3 EE maintenance branch for ice:inputRichText at revision 40787.

          Show
          Arturo Zambrano added a comment - - edited Chrome, The content area now consumes most of the web page vertically, the component is not limited in height. Reviewing the CKEditor documentation, for both the 3.x and 4.x versions, reveals that the height cannot be expressed in percent units (%) and that the default height is 200px, as stated in these documentation pages: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.height http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-height Moreover, the height only applies to the editable area, while the width applies to the entire editor. The TLD documentation was updated to match the CKEditor description for these attributes. Therefore, with a default height of 200px (and avoiding the use of percent units), the editor will now be bound by that height, unless a different explicit height is set. Committed these changes to the 4.0 trunk at revision 40783 and to the 3.3 EE maintenance branch at revision 40784. Committed these changes to 3.3 EE maintenance branch for ice:inputRichText at revision 40787.
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #40792 Thu Apr 10 14:42:22 MDT 2014 art.zambrano ICE-9731 updated available skin names in the TLD doc
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/richtextentry/RichTextEntryMeta.java
          Hide
          Arturo Zambrano added a comment -

          Revisions 40794 and 40795... TLD doc and behaviour update regarding the 'skin' attribute: the attribute only applies to IE7 skins (old editor); all other browsers will use the 'moono' skin.

          Show
          Arturo Zambrano added a comment - Revisions 40794 and 40795... TLD doc and behaviour update regarding the 'skin' attribute: the attribute only applies to IE7 skins (old editor); all other browsers will use the 'moono' skin.
          Hide
          Arturo Zambrano added a comment -

          Resolving issue. Spinning off background colour issue to ICE-9971.

          Show
          Arturo Zambrano added a comment - Resolving issue. Spinning off background colour issue to ICE-9971 .
          Arturo Zambrano made changes -
          Status Reopened [ 4 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Hide
          Liana Munroe added a comment -

          Affects component-showcase, icefaces ee-3.3.0 maintenance branch.
          While verifying the fix for ICE-9970 I noticed that the Component showcase Rich Text Demo save function does not work in IE7.
          This is only the case with the component-showcase demo page. When testing the ice:inputRichText Demo in showcase ICE components there is no issue.

          IE 7 error when trying to save data.
          Line 2
          CHar 14523
          Error: 'name' is null or not an object
          Code: 0

          Issues only happens when using component-showcase .war, does not happen with showcase ICE component demo.

          Show
          Liana Munroe added a comment - Affects component-showcase, icefaces ee-3.3.0 maintenance branch. While verifying the fix for ICE-9970 I noticed that the Component showcase Rich Text Demo save function does not work in IE7. This is only the case with the component-showcase demo page. When testing the ice:inputRichText Demo in showcase ICE components there is no issue. IE 7 error when trying to save data. Line 2 CHar 14523 Error: 'name' is null or not an object Code: 0 Issues only happens when using component-showcase .war, does not happen with showcase ICE component demo.
          Liana Munroe made changes -
          Resolution Fixed [ 1 ]
          Status Resolved [ 5 ] Reopened [ 4 ]
          Hide
          Arturo Zambrano added a comment -

          This last issue in the comment above is not related to the ice:inputRichText component, but to the ice:selectOneMenu component in the form. Closing this issue and documenting the ice:selectOneMenu issue in ICE-9974.

          Show
          Arturo Zambrano added a comment - This last issue in the comment above is not related to the ice:inputRichText component, but to the ice:selectOneMenu component in the form. Closing this issue and documenting the ice:selectOneMenu issue in ICE-9974 .
          Arturo Zambrano made changes -
          Status Reopened [ 4 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #43876 Mon Jan 05 15:46:07 MST 2015 mircea.toma ICE-9731 Added missing 'override_header.css' reference to 'main-template.xhtml' template.
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase-portlet/src/main/webapp/resources/templates/main-template.xhtml

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Jose Gonzalez
            • Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: