From e7b1cac9281aa5522ae89a115bd552cd7d187b49 Mon Sep 17 00:00:00 2001 From: yxh Date: Tue, 22 Sep 2020 10:07:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AF=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/resource/images/jz.jpg | Bin 0 -> 150976 bytes public/resource/index.html | 2 +- public/resource/js/ckeditor/CHANGES.md | 1903 +++++++++++++++++ public/resource/js/ckeditor/LICENSE.md | 1421 ++++++++++++ public/resource/js/ckeditor/README.md | 39 + .../resource/js/ckeditor/adapters/jquery.js | 10 + public/resource/js/ckeditor/build-config.js | 192 ++ public/resource/js/ckeditor/ckeditor.js | 1377 ++++++++++++ public/resource/js/ckeditor/config.js | 10 + public/resource/js/ckeditor/contents.css | 208 ++ public/resource/js/ckeditor/lang/af.js | 5 + public/resource/js/ckeditor/lang/ar.js | 5 + public/resource/js/ckeditor/lang/az.js | 5 + public/resource/js/ckeditor/lang/bg.js | 5 + public/resource/js/ckeditor/lang/bn.js | 5 + public/resource/js/ckeditor/lang/bs.js | 5 + public/resource/js/ckeditor/lang/ca.js | 5 + public/resource/js/ckeditor/lang/cs.js | 5 + public/resource/js/ckeditor/lang/cy.js | 5 + public/resource/js/ckeditor/lang/da.js | 5 + public/resource/js/ckeditor/lang/de-ch.js | 5 + public/resource/js/ckeditor/lang/de.js | 5 + public/resource/js/ckeditor/lang/el.js | 5 + public/resource/js/ckeditor/lang/en-au.js | 5 + public/resource/js/ckeditor/lang/en-ca.js | 5 + public/resource/js/ckeditor/lang/en-gb.js | 5 + public/resource/js/ckeditor/lang/en.js | 5 + public/resource/js/ckeditor/lang/eo.js | 5 + public/resource/js/ckeditor/lang/es-mx.js | 5 + public/resource/js/ckeditor/lang/es.js | 5 + public/resource/js/ckeditor/lang/et.js | 5 + public/resource/js/ckeditor/lang/eu.js | 5 + public/resource/js/ckeditor/lang/fa.js | 5 + public/resource/js/ckeditor/lang/fi.js | 5 + public/resource/js/ckeditor/lang/fo.js | 5 + public/resource/js/ckeditor/lang/fr-ca.js | 5 + public/resource/js/ckeditor/lang/fr.js | 5 + public/resource/js/ckeditor/lang/gl.js | 5 + public/resource/js/ckeditor/lang/gu.js | 5 + public/resource/js/ckeditor/lang/he.js | 5 + public/resource/js/ckeditor/lang/hi.js | 5 + public/resource/js/ckeditor/lang/hr.js | 5 + public/resource/js/ckeditor/lang/hu.js | 5 + public/resource/js/ckeditor/lang/id.js | 5 + public/resource/js/ckeditor/lang/is.js | 5 + public/resource/js/ckeditor/lang/it.js | 5 + public/resource/js/ckeditor/lang/ja.js | 5 + public/resource/js/ckeditor/lang/ka.js | 5 + public/resource/js/ckeditor/lang/km.js | 5 + public/resource/js/ckeditor/lang/ko.js | 5 + public/resource/js/ckeditor/lang/ku.js | 5 + public/resource/js/ckeditor/lang/lt.js | 5 + public/resource/js/ckeditor/lang/lv.js | 5 + public/resource/js/ckeditor/lang/mk.js | 5 + public/resource/js/ckeditor/lang/mn.js | 5 + public/resource/js/ckeditor/lang/ms.js | 5 + public/resource/js/ckeditor/lang/nb.js | 5 + public/resource/js/ckeditor/lang/nl.js | 5 + public/resource/js/ckeditor/lang/no.js | 5 + public/resource/js/ckeditor/lang/oc.js | 5 + public/resource/js/ckeditor/lang/pl.js | 5 + public/resource/js/ckeditor/lang/pt-br.js | 5 + public/resource/js/ckeditor/lang/pt.js | 5 + public/resource/js/ckeditor/lang/ro.js | 5 + public/resource/js/ckeditor/lang/ru.js | 5 + public/resource/js/ckeditor/lang/si.js | 5 + public/resource/js/ckeditor/lang/sk.js | 5 + public/resource/js/ckeditor/lang/sl.js | 5 + public/resource/js/ckeditor/lang/sq.js | 5 + public/resource/js/ckeditor/lang/sr-latn.js | 5 + public/resource/js/ckeditor/lang/sr.js | 5 + public/resource/js/ckeditor/lang/sv.js | 5 + public/resource/js/ckeditor/lang/th.js | 5 + public/resource/js/ckeditor/lang/tr.js | 5 + public/resource/js/ckeditor/lang/tt.js | 5 + public/resource/js/ckeditor/lang/ug.js | 5 + public/resource/js/ckeditor/lang/uk.js | 5 + public/resource/js/ckeditor/lang/vi.js | 5 + public/resource/js/ckeditor/lang/zh-cn.js | 5 + public/resource/js/ckeditor/lang/zh.js | 5 + .../plugins/a11yhelp/dialogs/a11yhelp.js | 10 + .../dialogs/lang/_translationstatus.txt | 25 + .../plugins/a11yhelp/dialogs/lang/af.js | 11 + .../plugins/a11yhelp/dialogs/lang/ar.js | 11 + .../plugins/a11yhelp/dialogs/lang/az.js | 11 + .../plugins/a11yhelp/dialogs/lang/bg.js | 11 + .../plugins/a11yhelp/dialogs/lang/ca.js | 13 + .../plugins/a11yhelp/dialogs/lang/cs.js | 12 + .../plugins/a11yhelp/dialogs/lang/cy.js | 11 + .../plugins/a11yhelp/dialogs/lang/da.js | 11 + .../plugins/a11yhelp/dialogs/lang/de-ch.js | 12 + .../plugins/a11yhelp/dialogs/lang/de.js | 13 + .../plugins/a11yhelp/dialogs/lang/el.js | 13 + .../plugins/a11yhelp/dialogs/lang/en-au.js | 11 + .../plugins/a11yhelp/dialogs/lang/en-gb.js | 11 + .../plugins/a11yhelp/dialogs/lang/en.js | 11 + .../plugins/a11yhelp/dialogs/lang/eo.js | 13 + .../plugins/a11yhelp/dialogs/lang/es-mx.js | 13 + .../plugins/a11yhelp/dialogs/lang/es.js | 13 + .../plugins/a11yhelp/dialogs/lang/et.js | 11 + .../plugins/a11yhelp/dialogs/lang/eu.js | 12 + .../plugins/a11yhelp/dialogs/lang/fa.js | 11 + .../plugins/a11yhelp/dialogs/lang/fi.js | 11 + .../plugins/a11yhelp/dialogs/lang/fo.js | 11 + .../plugins/a11yhelp/dialogs/lang/fr-ca.js | 11 + .../plugins/a11yhelp/dialogs/lang/fr.js | 13 + .../plugins/a11yhelp/dialogs/lang/gl.js | 12 + .../plugins/a11yhelp/dialogs/lang/gu.js | 11 + .../plugins/a11yhelp/dialogs/lang/he.js | 11 + .../plugins/a11yhelp/dialogs/lang/hi.js | 11 + .../plugins/a11yhelp/dialogs/lang/hr.js | 11 + .../plugins/a11yhelp/dialogs/lang/hu.js | 12 + .../plugins/a11yhelp/dialogs/lang/id.js | 11 + .../plugins/a11yhelp/dialogs/lang/it.js | 13 + .../plugins/a11yhelp/dialogs/lang/ja.js | 9 + .../plugins/a11yhelp/dialogs/lang/km.js | 11 + .../plugins/a11yhelp/dialogs/lang/ko.js | 10 + .../plugins/a11yhelp/dialogs/lang/ku.js | 11 + .../plugins/a11yhelp/dialogs/lang/lt.js | 11 + .../plugins/a11yhelp/dialogs/lang/lv.js | 12 + .../plugins/a11yhelp/dialogs/lang/mk.js | 11 + .../plugins/a11yhelp/dialogs/lang/mn.js | 11 + .../plugins/a11yhelp/dialogs/lang/nb.js | 12 + .../plugins/a11yhelp/dialogs/lang/nl.js | 12 + .../plugins/a11yhelp/dialogs/lang/no.js | 11 + .../plugins/a11yhelp/dialogs/lang/oc.js | 12 + .../plugins/a11yhelp/dialogs/lang/pl.js | 13 + .../plugins/a11yhelp/dialogs/lang/pt-br.js | 13 + .../plugins/a11yhelp/dialogs/lang/pt.js | 12 + .../plugins/a11yhelp/dialogs/lang/ro.js | 12 + .../plugins/a11yhelp/dialogs/lang/ru.js | 11 + .../plugins/a11yhelp/dialogs/lang/si.js | 10 + .../plugins/a11yhelp/dialogs/lang/sk.js | 11 + .../plugins/a11yhelp/dialogs/lang/sl.js | 11 + .../plugins/a11yhelp/dialogs/lang/sq.js | 12 + .../plugins/a11yhelp/dialogs/lang/sr-latn.js | 12 + .../plugins/a11yhelp/dialogs/lang/sr.js | 12 + .../plugins/a11yhelp/dialogs/lang/sv.js | 11 + .../plugins/a11yhelp/dialogs/lang/th.js | 11 + .../plugins/a11yhelp/dialogs/lang/tr.js | 12 + .../plugins/a11yhelp/dialogs/lang/tt.js | 11 + .../plugins/a11yhelp/dialogs/lang/ug.js | 12 + .../plugins/a11yhelp/dialogs/lang/uk.js | 12 + .../plugins/a11yhelp/dialogs/lang/vi.js | 11 + .../plugins/a11yhelp/dialogs/lang/zh-cn.js | 9 + .../plugins/a11yhelp/dialogs/lang/zh.js | 9 + .../ckeditor/plugins/about/dialogs/about.js | 8 + .../about/dialogs/hidpi/logo_ckeditor.png | Bin 0 -> 12236 bytes .../plugins/about/dialogs/logo_ckeditor.png | Bin 0 -> 5650 bytes .../plugins/clipboard/dialogs/paste.js | 11 + .../colordialog/dialogs/colordialog.css | 20 + .../colordialog/dialogs/colordialog.js | 14 + .../cursors/cursor-disabled.svg | 25 + .../plugins/copyformatting/cursors/cursor.svg | 14 + .../copyformatting/styles/copyformatting.css | 45 + .../plugins/dialog/dialogDefinition.js | 4 + .../ckeditor/plugins/dialog/styles/dialog.css | 18 + .../js/ckeditor/plugins/div/dialogs/div.js | 10 + .../js/ckeditor/plugins/divarea/plugin.js | 38 + .../plugins/divarea/samples/divarea.html | 65 + .../js/ckeditor/plugins/find/dialogs/find.js | 25 + .../ckeditor/plugins/flash/dialogs/flash.js | 24 + .../plugins/flash/images/placeholder.png | Bin 0 -> 256 bytes .../ckeditor/plugins/forms/dialogs/button.js | 8 + .../plugins/forms/dialogs/checkbox.js | 9 + .../js/ckeditor/plugins/forms/dialogs/form.js | 8 + .../plugins/forms/dialogs/hiddenfield.js | 7 + .../ckeditor/plugins/forms/dialogs/radio.js | 9 + .../ckeditor/plugins/forms/dialogs/select.js | 21 + .../plugins/forms/dialogs/textarea.js | 9 + .../plugins/forms/dialogs/textfield.js | 11 + .../plugins/forms/images/hiddenfield.gif | Bin 0 -> 178 bytes public/resource/js/ckeditor/plugins/icons.png | Bin 0 -> 12442 bytes .../js/ckeditor/plugins/icons_hidpi.png | Bin 0 -> 40286 bytes .../ckeditor/plugins/iframe/dialogs/iframe.js | 11 + .../plugins/iframe/images/placeholder.png | Bin 0 -> 265 bytes .../ckeditor/plugins/image/dialogs/image.js | 44 + .../ckeditor/plugins/image/images/noimage.png | Bin 0 -> 1610 bytes .../ckeditor/plugins/link/dialogs/anchor.js | 8 + .../js/ckeditor/plugins/link/dialogs/link.js | 30 + .../ckeditor/plugins/link/images/anchor.png | Bin 0 -> 752 bytes .../plugins/link/images/hidpi/anchor.png | Bin 0 -> 1109 bytes .../plugins/liststyle/dialogs/liststyle.js | 10 + .../magicline/images/hidpi/icon-rtl.png | Bin 0 -> 176 bytes .../plugins/magicline/images/hidpi/icon.png | Bin 0 -> 199 bytes .../plugins/magicline/images/icon-rtl.png | Bin 0 -> 138 bytes .../plugins/magicline/images/icon.png | Bin 0 -> 133 bytes .../plugins/pagebreak/images/pagebreak.gif | Bin 0 -> 99 bytes .../plugins/pastefromgdocs/filter/default.js | 8 + .../plugins/pastefromword/filter/default.js | 43 + .../plugins/pastetools/filter/common.js | 22 + .../plugins/pastetools/filter/image.js | 6 + .../plugins/preview/images/pagebreak.gif | Bin 0 -> 99 bytes .../js/ckeditor/plugins/preview/preview.html | 13 + .../plugins/preview/styles/screen.css | 10 + .../js/ckeditor/plugins/scayt/CHANGELOG.md | 4 + .../js/ckeditor/plugins/scayt/LICENSE.md | 28 + .../js/ckeditor/plugins/scayt/README.md | 81 + .../ckeditor/plugins/scayt/dialogs/dialog.css | 23 + .../ckeditor/plugins/scayt/dialogs/options.js | 32 + .../plugins/scayt/dialogs/toolbar.css | 71 + .../plugins/scayt/skins/moono-lisa/scayt.css | 25 + .../showblocks/images/block_address.png | Bin 0 -> 152 bytes .../showblocks/images/block_blockquote.png | Bin 0 -> 154 bytes .../plugins/showblocks/images/block_div.png | Bin 0 -> 127 bytes .../plugins/showblocks/images/block_h1.png | Bin 0 -> 120 bytes .../plugins/showblocks/images/block_h2.png | Bin 0 -> 127 bytes .../plugins/showblocks/images/block_h3.png | Bin 0 -> 123 bytes .../plugins/showblocks/images/block_h4.png | Bin 0 -> 123 bytes .../plugins/showblocks/images/block_h5.png | Bin 0 -> 126 bytes .../plugins/showblocks/images/block_h6.png | Bin 0 -> 123 bytes .../plugins/showblocks/images/block_p.png | Bin 0 -> 115 bytes .../plugins/showblocks/images/block_pre.png | Bin 0 -> 128 bytes .../ckeditor/plugins/smiley/dialogs/smiley.js | 11 + .../plugins/smiley/images/angel_smile.gif | Bin 0 -> 1245 bytes .../plugins/smiley/images/angel_smile.png | Bin 0 -> 1172 bytes .../plugins/smiley/images/angry_smile.gif | Bin 0 -> 1219 bytes .../plugins/smiley/images/angry_smile.png | Bin 0 -> 1220 bytes .../plugins/smiley/images/broken_heart.gif | Bin 0 -> 732 bytes .../plugins/smiley/images/broken_heart.png | Bin 0 -> 1139 bytes .../plugins/smiley/images/confused_smile.gif | Bin 0 -> 1202 bytes .../plugins/smiley/images/confused_smile.png | Bin 0 -> 1101 bytes .../plugins/smiley/images/cry_smile.gif | Bin 0 -> 795 bytes .../plugins/smiley/images/cry_smile.png | Bin 0 -> 1214 bytes .../plugins/smiley/images/devil_smile.gif | Bin 0 -> 1239 bytes .../plugins/smiley/images/devil_smile.png | Bin 0 -> 1220 bytes .../smiley/images/embaressed_smile.gif | Bin 0 -> 786 bytes .../smiley/images/embarrassed_smile.gif | Bin 0 -> 786 bytes .../smiley/images/embarrassed_smile.png | Bin 0 -> 1145 bytes .../plugins/smiley/images/envelope.gif | Bin 0 -> 506 bytes .../plugins/smiley/images/envelope.png | Bin 0 -> 760 bytes .../ckeditor/plugins/smiley/images/heart.gif | Bin 0 -> 692 bytes .../ckeditor/plugins/smiley/images/heart.png | Bin 0 -> 999 bytes .../ckeditor/plugins/smiley/images/kiss.gif | Bin 0 -> 683 bytes .../ckeditor/plugins/smiley/images/kiss.png | Bin 0 -> 1003 bytes .../plugins/smiley/images/lightbulb.gif | Bin 0 -> 660 bytes .../plugins/smiley/images/lightbulb.png | Bin 0 -> 919 bytes .../plugins/smiley/images/omg_smile.gif | Bin 0 -> 820 bytes .../plugins/smiley/images/omg_smile.png | Bin 0 -> 1122 bytes .../plugins/smiley/images/regular_smile.gif | Bin 0 -> 1209 bytes .../plugins/smiley/images/regular_smile.png | Bin 0 -> 1084 bytes .../plugins/smiley/images/sad_smile.gif | Bin 0 -> 782 bytes .../plugins/smiley/images/sad_smile.png | Bin 0 -> 1115 bytes .../plugins/smiley/images/shades_smile.gif | Bin 0 -> 1231 bytes .../plugins/smiley/images/shades_smile.png | Bin 0 -> 1204 bytes .../plugins/smiley/images/teeth_smile.gif | Bin 0 -> 1201 bytes .../plugins/smiley/images/teeth_smile.png | Bin 0 -> 1183 bytes .../plugins/smiley/images/thumbs_down.gif | Bin 0 -> 715 bytes .../plugins/smiley/images/thumbs_down.png | Bin 0 -> 985 bytes .../plugins/smiley/images/thumbs_up.gif | Bin 0 -> 714 bytes .../plugins/smiley/images/thumbs_up.png | Bin 0 -> 959 bytes .../plugins/smiley/images/tongue_smile.gif | Bin 0 -> 1210 bytes .../plugins/smiley/images/tongue_smile.png | Bin 0 -> 1132 bytes .../plugins/smiley/images/tounge_smile.gif | Bin 0 -> 1210 bytes .../images/whatchutalkingabout_smile.gif | Bin 0 -> 775 bytes .../images/whatchutalkingabout_smile.png | Bin 0 -> 1039 bytes .../plugins/smiley/images/wink_smile.gif | Bin 0 -> 1202 bytes .../plugins/smiley/images/wink_smile.png | Bin 0 -> 1114 bytes .../dialogs/lang/_translationstatus.txt | 20 + .../plugins/specialchar/dialogs/lang/af.js | 13 + .../plugins/specialchar/dialogs/lang/ar.js | 13 + .../plugins/specialchar/dialogs/lang/az.js | 10 + .../plugins/specialchar/dialogs/lang/bg.js | 13 + .../plugins/specialchar/dialogs/lang/ca.js | 14 + .../plugins/specialchar/dialogs/lang/cs.js | 13 + .../plugins/specialchar/dialogs/lang/cy.js | 14 + .../plugins/specialchar/dialogs/lang/da.js | 11 + .../plugins/specialchar/dialogs/lang/de-ch.js | 13 + .../plugins/specialchar/dialogs/lang/de.js | 13 + .../plugins/specialchar/dialogs/lang/el.js | 13 + .../plugins/specialchar/dialogs/lang/en-au.js | 13 + .../plugins/specialchar/dialogs/lang/en-ca.js | 13 + .../plugins/specialchar/dialogs/lang/en-gb.js | 13 + .../plugins/specialchar/dialogs/lang/en.js | 13 + .../plugins/specialchar/dialogs/lang/eo.js | 12 + .../plugins/specialchar/dialogs/lang/es-mx.js | 13 + .../plugins/specialchar/dialogs/lang/es.js | 13 + .../plugins/specialchar/dialogs/lang/et.js | 11 + .../plugins/specialchar/dialogs/lang/eu.js | 13 + .../plugins/specialchar/dialogs/lang/fa.js | 12 + .../plugins/specialchar/dialogs/lang/fi.js | 13 + .../plugins/specialchar/dialogs/lang/fr-ca.js | 10 + .../plugins/specialchar/dialogs/lang/fr.js | 12 + .../plugins/specialchar/dialogs/lang/gl.js | 13 + .../plugins/specialchar/dialogs/lang/he.js | 12 + .../plugins/specialchar/dialogs/lang/hr.js | 13 + .../plugins/specialchar/dialogs/lang/hu.js | 12 + .../plugins/specialchar/dialogs/lang/id.js | 13 + .../plugins/specialchar/dialogs/lang/it.js | 14 + .../plugins/specialchar/dialogs/lang/ja.js | 9 + .../plugins/specialchar/dialogs/lang/km.js | 13 + .../plugins/specialchar/dialogs/lang/ko.js | 10 + .../plugins/specialchar/dialogs/lang/ku.js | 13 + .../plugins/specialchar/dialogs/lang/lt.js | 13 + .../plugins/specialchar/dialogs/lang/lv.js | 13 + .../plugins/specialchar/dialogs/lang/nb.js | 11 + .../plugins/specialchar/dialogs/lang/nl.js | 13 + .../plugins/specialchar/dialogs/lang/no.js | 11 + .../plugins/specialchar/dialogs/lang/oc.js | 12 + .../plugins/specialchar/dialogs/lang/pl.js | 12 + .../plugins/specialchar/dialogs/lang/pt-br.js | 11 + .../plugins/specialchar/dialogs/lang/pt.js | 13 + .../plugins/specialchar/dialogs/lang/ro.js | 13 + .../plugins/specialchar/dialogs/lang/ru.js | 13 + .../plugins/specialchar/dialogs/lang/si.js | 13 + .../plugins/specialchar/dialogs/lang/sk.js | 13 + .../plugins/specialchar/dialogs/lang/sl.js | 12 + .../plugins/specialchar/dialogs/lang/sq.js | 13 + .../specialchar/dialogs/lang/sr-latn.js | 13 + .../plugins/specialchar/dialogs/lang/sr.js | 13 + .../plugins/specialchar/dialogs/lang/sv.js | 11 + .../plugins/specialchar/dialogs/lang/th.js | 13 + .../plugins/specialchar/dialogs/lang/tr.js | 12 + .../plugins/specialchar/dialogs/lang/tt.js | 13 + .../plugins/specialchar/dialogs/lang/ug.js | 13 + .../plugins/specialchar/dialogs/lang/uk.js | 12 + .../plugins/specialchar/dialogs/lang/vi.js | 14 + .../plugins/specialchar/dialogs/lang/zh-cn.js | 9 + .../plugins/specialchar/dialogs/lang/zh.js | 9 + .../specialchar/dialogs/specialchar.js | 14 + .../ckeditor/plugins/table/dialogs/table.js | 22 + .../tableselection/styles/tableselection.css | 36 + .../plugins/tabletools/dialogs/tableCell.js | 18 + .../plugins/templates/dialogs/templates.css | 84 + .../plugins/templates/dialogs/templates.js | 10 + .../plugins/templates/templates/default.js | 7 + .../templates/templates/images/template1.gif | Bin 0 -> 539 bytes .../templates/templates/images/template2.gif | Bin 0 -> 497 bytes .../templates/templates/images/template3.gif | Bin 0 -> 557 bytes .../ckeditor/plugins/widget/images/handle.png | Bin 0 -> 220 bytes .../js/ckeditor/plugins/wsc/LICENSE.md | 28 + .../js/ckeditor/plugins/wsc/README.md | 80 + .../ckeditor/plugins/wsc/dialogs/ciframe.html | 66 + .../plugins/wsc/dialogs/tmpFrameset.html | 52 + .../js/ckeditor/plugins/wsc/dialogs/wsc.css | 82 + .../js/ckeditor/plugins/wsc/dialogs/wsc.js | 91 + .../js/ckeditor/plugins/wsc/dialogs/wsc_ie.js | 11 + .../plugins/wsc/skins/moono-lisa/wsc.css | 43 + .../js/ckeditor/samples/css/samples.css | 1637 ++++++++++++++ .../js/ckeditor/samples/img/github-top.png | Bin 0 -> 383 bytes .../js/ckeditor/samples/img/header-bg.png | Bin 0 -> 13086 bytes .../ckeditor/samples/img/header-separator.png | Bin 0 -> 123 bytes .../resource/js/ckeditor/samples/img/logo.png | Bin 0 -> 5634 bytes .../resource/js/ckeditor/samples/img/logo.svg | 13 + .../ckeditor/samples/img/navigation-tip.png | Bin 0 -> 12029 bytes .../resource/js/ckeditor/samples/index.html | 130 ++ .../resource/js/ckeditor/samples/js/sample.js | 53 + public/resource/js/ckeditor/samples/js/sf.js | 17 + .../js/ckeditor/samples/old/ajax.html | 86 + .../resource/js/ckeditor/samples/old/api.html | 211 ++ .../js/ckeditor/samples/old/appendto.html | 60 + .../samples/old/assets/inlineall/logo.png | Bin 0 -> 4283 bytes .../old/assets/outputxhtml/outputxhtml.css | 204 ++ .../samples/old/assets/posteddata.php | 60 + .../js/ckeditor/samples/old/assets/sample.jpg | Bin 0 -> 14449 bytes .../old/assets/uilanguages/languages.js | 7 + .../ckeditor/samples/old/datafiltering.html | 509 +++++ .../samples/old/dialog/assets/my_dialog.js | 48 + .../ckeditor/samples/old/dialog/dialog.html | 191 ++ .../js/ckeditor/samples/old/divreplace.html | 145 ++ .../samples/old/enterkey/enterkey.html | 107 + .../assets/outputforflash/outputforflash.fla | Bin 0 -> 85504 bytes .../assets/outputforflash/outputforflash.swf | Bin 0 -> 15571 bytes .../assets/outputforflash/swfobject.js | 19 + .../old/htmlwriter/outputforflash.html | 284 +++ .../samples/old/htmlwriter/outputhtml.html | 225 ++ .../js/ckeditor/samples/old/index.html | 132 ++ .../js/ckeditor/samples/old/inlineall.html | 315 +++ .../js/ckeditor/samples/old/inlinebycode.html | 125 ++ .../ckeditor/samples/old/inlinetextarea.html | 114 + .../js/ckeditor/samples/old/jquery.html | 104 + .../samples/old/magicline/magicline.html | 210 ++ .../js/ckeditor/samples/old/readonly.html | 77 + .../ckeditor/samples/old/replacebyclass.html | 61 + .../ckeditor/samples/old/replacebycode.html | 60 + .../js/ckeditor/samples/old/sample.css | 357 ++++ .../js/ckeditor/samples/old/sample.js | 50 + .../samples/old/sample_posteddata.php | 16 + .../js/ckeditor/samples/old/tabindex.html | 79 + .../ckeditor/samples/old/toolbar/toolbar.html | 236 ++ .../js/ckeditor/samples/old/uicolor.html | 73 + .../js/ckeditor/samples/old/uilanguages.html | 123 ++ .../samples/old/wysiwygarea/fullpage.html | 81 + .../js/ckeditor/samples/old/xhtmlstyle.html | 235 ++ .../toolbarconfigurator/css/fontello.css | 55 + .../toolbarconfigurator/font/LICENSE.txt | 10 + .../toolbarconfigurator/font/config.json | 28 + .../toolbarconfigurator/font/fontello.eot | Bin 0 -> 4988 bytes .../toolbarconfigurator/font/fontello.svg | 14 + .../toolbarconfigurator/font/fontello.ttf | Bin 0 -> 4820 bytes .../toolbarconfigurator/font/fontello.woff | Bin 0 -> 2904 bytes .../samples/toolbarconfigurator/index.html | 447 ++++ .../js/abstracttoolbarmodifier.js | 13 + .../js/fulltoolbareditor.js | 9 + .../toolbarconfigurator/js/toolbarmodifier.js | 33 + .../js/toolbartextmodifier.js | 14 + .../lib/codemirror/LICENSE | 19 + .../lib/codemirror/codemirror.css | 325 +++ .../lib/codemirror/codemirror.js | 288 +++ .../lib/codemirror/javascript.js | 25 + .../lib/codemirror/neo.css | 36 + .../lib/codemirror/show-hint.css | 38 + .../lib/codemirror/show-hint.js | 16 + .../js/ckeditor/skins/moono-lisa/dialog.css | 5 + .../ckeditor/skins/moono-lisa/dialog_ie.css | 5 + .../ckeditor/skins/moono-lisa/dialog_ie8.css | 5 + .../skins/moono-lisa/dialog_iequirks.css | 5 + .../js/ckeditor/skins/moono-lisa/editor.css | 5 + .../skins/moono-lisa/editor_gecko.css | 5 + .../ckeditor/skins/moono-lisa/editor_ie.css | 5 + .../ckeditor/skins/moono-lisa/editor_ie8.css | 5 + .../skins/moono-lisa/editor_iequirks.css | 5 + .../js/ckeditor/skins/moono-lisa/icons.png | Bin 0 -> 12442 bytes .../ckeditor/skins/moono-lisa/icons_hidpi.png | Bin 0 -> 40286 bytes .../skins/moono-lisa/images/arrow.png | Bin 0 -> 191 bytes .../skins/moono-lisa/images/close.png | Bin 0 -> 615 bytes .../skins/moono-lisa/images/hidpi/close.png | Bin 0 -> 1238 bytes .../moono-lisa/images/hidpi/lock-open.png | Bin 0 -> 1071 bytes .../skins/moono-lisa/images/hidpi/lock.png | Bin 0 -> 1062 bytes .../skins/moono-lisa/images/hidpi/refresh.png | Bin 0 -> 1623 bytes .../skins/moono-lisa/images/lock-open.png | Bin 0 -> 511 bytes .../ckeditor/skins/moono-lisa/images/lock.png | Bin 0 -> 506 bytes .../skins/moono-lisa/images/refresh.png | Bin 0 -> 757 bytes .../skins/moono-lisa/images/spinner.gif | Bin 0 -> 2984 bytes .../js/ckeditor/skins/moono-lisa/readme.md | 46 + public/resource/js/ckeditor/styles.js | 137 ++ public/resource/js/ckeditor/vendor/promise.js | 13 + .../static/css/chunk-09e67496.b96a7ec7.css | 28 + .../static/css/chunk-2eaa84fb.16d8ef2f.css | 1 + public/resource/static/js/app.2e3e4140.js | 1 + .../static/js/chunk-09e67496.61ab67cc.js | 40 + .../static/js/chunk-2d0e28b6.721e2c64.js | 1 + .../static/js/chunk-2eaa84fb.a81d69aa.js | 1 + .../static/js/chunk-68d5bf9e.98265403.js | 1 + 434 files changed, 16705 insertions(+), 1 deletion(-) create mode 100644 public/resource/images/jz.jpg create mode 100644 public/resource/js/ckeditor/CHANGES.md create mode 100644 public/resource/js/ckeditor/LICENSE.md create mode 100644 public/resource/js/ckeditor/README.md create mode 100644 public/resource/js/ckeditor/adapters/jquery.js create mode 100644 public/resource/js/ckeditor/build-config.js create mode 100644 public/resource/js/ckeditor/ckeditor.js create mode 100644 public/resource/js/ckeditor/config.js create mode 100644 public/resource/js/ckeditor/contents.css create mode 100644 public/resource/js/ckeditor/lang/af.js create mode 100644 public/resource/js/ckeditor/lang/ar.js create mode 100644 public/resource/js/ckeditor/lang/az.js create mode 100644 public/resource/js/ckeditor/lang/bg.js create mode 100644 public/resource/js/ckeditor/lang/bn.js create mode 100644 public/resource/js/ckeditor/lang/bs.js create mode 100644 public/resource/js/ckeditor/lang/ca.js create mode 100644 public/resource/js/ckeditor/lang/cs.js create mode 100644 public/resource/js/ckeditor/lang/cy.js create mode 100644 public/resource/js/ckeditor/lang/da.js create mode 100644 public/resource/js/ckeditor/lang/de-ch.js create mode 100644 public/resource/js/ckeditor/lang/de.js create mode 100644 public/resource/js/ckeditor/lang/el.js create mode 100644 public/resource/js/ckeditor/lang/en-au.js create mode 100644 public/resource/js/ckeditor/lang/en-ca.js create mode 100644 public/resource/js/ckeditor/lang/en-gb.js create mode 100644 public/resource/js/ckeditor/lang/en.js create mode 100644 public/resource/js/ckeditor/lang/eo.js create mode 100644 public/resource/js/ckeditor/lang/es-mx.js create mode 100644 public/resource/js/ckeditor/lang/es.js create mode 100644 public/resource/js/ckeditor/lang/et.js create mode 100644 public/resource/js/ckeditor/lang/eu.js create mode 100644 public/resource/js/ckeditor/lang/fa.js create mode 100644 public/resource/js/ckeditor/lang/fi.js create mode 100644 public/resource/js/ckeditor/lang/fo.js create mode 100644 public/resource/js/ckeditor/lang/fr-ca.js create mode 100644 public/resource/js/ckeditor/lang/fr.js create mode 100644 public/resource/js/ckeditor/lang/gl.js create mode 100644 public/resource/js/ckeditor/lang/gu.js create mode 100644 public/resource/js/ckeditor/lang/he.js create mode 100644 public/resource/js/ckeditor/lang/hi.js create mode 100644 public/resource/js/ckeditor/lang/hr.js create mode 100644 public/resource/js/ckeditor/lang/hu.js create mode 100644 public/resource/js/ckeditor/lang/id.js create mode 100644 public/resource/js/ckeditor/lang/is.js create mode 100644 public/resource/js/ckeditor/lang/it.js create mode 100644 public/resource/js/ckeditor/lang/ja.js create mode 100644 public/resource/js/ckeditor/lang/ka.js create mode 100644 public/resource/js/ckeditor/lang/km.js create mode 100644 public/resource/js/ckeditor/lang/ko.js create mode 100644 public/resource/js/ckeditor/lang/ku.js create mode 100644 public/resource/js/ckeditor/lang/lt.js create mode 100644 public/resource/js/ckeditor/lang/lv.js create mode 100644 public/resource/js/ckeditor/lang/mk.js create mode 100644 public/resource/js/ckeditor/lang/mn.js create mode 100644 public/resource/js/ckeditor/lang/ms.js create mode 100644 public/resource/js/ckeditor/lang/nb.js create mode 100644 public/resource/js/ckeditor/lang/nl.js create mode 100644 public/resource/js/ckeditor/lang/no.js create mode 100644 public/resource/js/ckeditor/lang/oc.js create mode 100644 public/resource/js/ckeditor/lang/pl.js create mode 100644 public/resource/js/ckeditor/lang/pt-br.js create mode 100644 public/resource/js/ckeditor/lang/pt.js create mode 100644 public/resource/js/ckeditor/lang/ro.js create mode 100644 public/resource/js/ckeditor/lang/ru.js create mode 100644 public/resource/js/ckeditor/lang/si.js create mode 100644 public/resource/js/ckeditor/lang/sk.js create mode 100644 public/resource/js/ckeditor/lang/sl.js create mode 100644 public/resource/js/ckeditor/lang/sq.js create mode 100644 public/resource/js/ckeditor/lang/sr-latn.js create mode 100644 public/resource/js/ckeditor/lang/sr.js create mode 100644 public/resource/js/ckeditor/lang/sv.js create mode 100644 public/resource/js/ckeditor/lang/th.js create mode 100644 public/resource/js/ckeditor/lang/tr.js create mode 100644 public/resource/js/ckeditor/lang/tt.js create mode 100644 public/resource/js/ckeditor/lang/ug.js create mode 100644 public/resource/js/ckeditor/lang/uk.js create mode 100644 public/resource/js/ckeditor/lang/vi.js create mode 100644 public/resource/js/ckeditor/lang/zh-cn.js create mode 100644 public/resource/js/ckeditor/lang/zh.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/af.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/az.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/da.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/de.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/el.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/en.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/es.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/et.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/he.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/id.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/it.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/km.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/no.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/si.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/th.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js create mode 100644 public/resource/js/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js create mode 100644 public/resource/js/ckeditor/plugins/about/dialogs/about.js create mode 100644 public/resource/js/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png create mode 100644 public/resource/js/ckeditor/plugins/about/dialogs/logo_ckeditor.png create mode 100644 public/resource/js/ckeditor/plugins/clipboard/dialogs/paste.js create mode 100644 public/resource/js/ckeditor/plugins/colordialog/dialogs/colordialog.css create mode 100644 public/resource/js/ckeditor/plugins/colordialog/dialogs/colordialog.js create mode 100644 public/resource/js/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg create mode 100644 public/resource/js/ckeditor/plugins/copyformatting/cursors/cursor.svg create mode 100644 public/resource/js/ckeditor/plugins/copyformatting/styles/copyformatting.css create mode 100644 public/resource/js/ckeditor/plugins/dialog/dialogDefinition.js create mode 100644 public/resource/js/ckeditor/plugins/dialog/styles/dialog.css create mode 100644 public/resource/js/ckeditor/plugins/div/dialogs/div.js create mode 100644 public/resource/js/ckeditor/plugins/divarea/plugin.js create mode 100644 public/resource/js/ckeditor/plugins/divarea/samples/divarea.html create mode 100644 public/resource/js/ckeditor/plugins/find/dialogs/find.js create mode 100644 public/resource/js/ckeditor/plugins/flash/dialogs/flash.js create mode 100644 public/resource/js/ckeditor/plugins/flash/images/placeholder.png create mode 100644 public/resource/js/ckeditor/plugins/forms/dialogs/button.js create mode 100644 public/resource/js/ckeditor/plugins/forms/dialogs/checkbox.js create mode 100644 public/resource/js/ckeditor/plugins/forms/dialogs/form.js create mode 100644 public/resource/js/ckeditor/plugins/forms/dialogs/hiddenfield.js create mode 100644 public/resource/js/ckeditor/plugins/forms/dialogs/radio.js create mode 100644 public/resource/js/ckeditor/plugins/forms/dialogs/select.js create mode 100644 public/resource/js/ckeditor/plugins/forms/dialogs/textarea.js create mode 100644 public/resource/js/ckeditor/plugins/forms/dialogs/textfield.js create mode 100644 public/resource/js/ckeditor/plugins/forms/images/hiddenfield.gif create mode 100644 public/resource/js/ckeditor/plugins/icons.png create mode 100644 public/resource/js/ckeditor/plugins/icons_hidpi.png create mode 100644 public/resource/js/ckeditor/plugins/iframe/dialogs/iframe.js create mode 100644 public/resource/js/ckeditor/plugins/iframe/images/placeholder.png create mode 100644 public/resource/js/ckeditor/plugins/image/dialogs/image.js create mode 100644 public/resource/js/ckeditor/plugins/image/images/noimage.png create mode 100644 public/resource/js/ckeditor/plugins/link/dialogs/anchor.js create mode 100644 public/resource/js/ckeditor/plugins/link/dialogs/link.js create mode 100644 public/resource/js/ckeditor/plugins/link/images/anchor.png create mode 100644 public/resource/js/ckeditor/plugins/link/images/hidpi/anchor.png create mode 100644 public/resource/js/ckeditor/plugins/liststyle/dialogs/liststyle.js create mode 100644 public/resource/js/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png create mode 100644 public/resource/js/ckeditor/plugins/magicline/images/hidpi/icon.png create mode 100644 public/resource/js/ckeditor/plugins/magicline/images/icon-rtl.png create mode 100644 public/resource/js/ckeditor/plugins/magicline/images/icon.png create mode 100644 public/resource/js/ckeditor/plugins/pagebreak/images/pagebreak.gif create mode 100644 public/resource/js/ckeditor/plugins/pastefromgdocs/filter/default.js create mode 100644 public/resource/js/ckeditor/plugins/pastefromword/filter/default.js create mode 100644 public/resource/js/ckeditor/plugins/pastetools/filter/common.js create mode 100644 public/resource/js/ckeditor/plugins/pastetools/filter/image.js create mode 100644 public/resource/js/ckeditor/plugins/preview/images/pagebreak.gif create mode 100644 public/resource/js/ckeditor/plugins/preview/preview.html create mode 100644 public/resource/js/ckeditor/plugins/preview/styles/screen.css create mode 100644 public/resource/js/ckeditor/plugins/scayt/CHANGELOG.md create mode 100644 public/resource/js/ckeditor/plugins/scayt/LICENSE.md create mode 100644 public/resource/js/ckeditor/plugins/scayt/README.md create mode 100644 public/resource/js/ckeditor/plugins/scayt/dialogs/dialog.css create mode 100644 public/resource/js/ckeditor/plugins/scayt/dialogs/options.js create mode 100644 public/resource/js/ckeditor/plugins/scayt/dialogs/toolbar.css create mode 100644 public/resource/js/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css create mode 100644 public/resource/js/ckeditor/plugins/showblocks/images/block_address.png create mode 100644 public/resource/js/ckeditor/plugins/showblocks/images/block_blockquote.png create mode 100644 public/resource/js/ckeditor/plugins/showblocks/images/block_div.png create mode 100644 public/resource/js/ckeditor/plugins/showblocks/images/block_h1.png create mode 100644 public/resource/js/ckeditor/plugins/showblocks/images/block_h2.png create mode 100644 public/resource/js/ckeditor/plugins/showblocks/images/block_h3.png create mode 100644 public/resource/js/ckeditor/plugins/showblocks/images/block_h4.png create mode 100644 public/resource/js/ckeditor/plugins/showblocks/images/block_h5.png create mode 100644 public/resource/js/ckeditor/plugins/showblocks/images/block_h6.png create mode 100644 public/resource/js/ckeditor/plugins/showblocks/images/block_p.png create mode 100644 public/resource/js/ckeditor/plugins/showblocks/images/block_pre.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/dialogs/smiley.js create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/angel_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/angel_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/angry_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/angry_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/broken_heart.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/broken_heart.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/confused_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/confused_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/cry_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/cry_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/devil_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/devil_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/embaressed_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/embarrassed_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/embarrassed_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/envelope.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/envelope.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/heart.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/heart.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/kiss.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/kiss.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/lightbulb.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/lightbulb.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/omg_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/omg_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/regular_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/regular_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/sad_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/sad_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/shades_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/shades_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/teeth_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/teeth_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/thumbs_down.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/thumbs_down.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/thumbs_up.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/thumbs_up.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/tongue_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/tongue_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/tounge_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/wink_smile.gif create mode 100644 public/resource/js/ckeditor/plugins/smiley/images/wink_smile.png create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/af.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/ar.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/az.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/bg.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/ca.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/cs.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/cy.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/da.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/de.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/el.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/en-au.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/en.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/eo.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/es.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/et.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/eu.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/fa.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/fi.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/fr.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/gl.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/he.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/hr.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/hu.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/id.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/it.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/ja.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/km.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/ko.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/ku.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/lt.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/lv.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/nb.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/nl.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/no.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/oc.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/pl.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/pt.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/ro.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/ru.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/si.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/sk.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/sl.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/sq.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/sr.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/sv.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/th.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/tr.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/tt.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/ug.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/uk.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/vi.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/lang/zh.js create mode 100644 public/resource/js/ckeditor/plugins/specialchar/dialogs/specialchar.js create mode 100644 public/resource/js/ckeditor/plugins/table/dialogs/table.js create mode 100644 public/resource/js/ckeditor/plugins/tableselection/styles/tableselection.css create mode 100644 public/resource/js/ckeditor/plugins/tabletools/dialogs/tableCell.js create mode 100644 public/resource/js/ckeditor/plugins/templates/dialogs/templates.css create mode 100644 public/resource/js/ckeditor/plugins/templates/dialogs/templates.js create mode 100644 public/resource/js/ckeditor/plugins/templates/templates/default.js create mode 100644 public/resource/js/ckeditor/plugins/templates/templates/images/template1.gif create mode 100644 public/resource/js/ckeditor/plugins/templates/templates/images/template2.gif create mode 100644 public/resource/js/ckeditor/plugins/templates/templates/images/template3.gif create mode 100644 public/resource/js/ckeditor/plugins/widget/images/handle.png create mode 100644 public/resource/js/ckeditor/plugins/wsc/LICENSE.md create mode 100644 public/resource/js/ckeditor/plugins/wsc/README.md create mode 100644 public/resource/js/ckeditor/plugins/wsc/dialogs/ciframe.html create mode 100644 public/resource/js/ckeditor/plugins/wsc/dialogs/tmpFrameset.html create mode 100644 public/resource/js/ckeditor/plugins/wsc/dialogs/wsc.css create mode 100644 public/resource/js/ckeditor/plugins/wsc/dialogs/wsc.js create mode 100644 public/resource/js/ckeditor/plugins/wsc/dialogs/wsc_ie.js create mode 100644 public/resource/js/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css create mode 100644 public/resource/js/ckeditor/samples/css/samples.css create mode 100644 public/resource/js/ckeditor/samples/img/github-top.png create mode 100644 public/resource/js/ckeditor/samples/img/header-bg.png create mode 100644 public/resource/js/ckeditor/samples/img/header-separator.png create mode 100644 public/resource/js/ckeditor/samples/img/logo.png create mode 100644 public/resource/js/ckeditor/samples/img/logo.svg create mode 100644 public/resource/js/ckeditor/samples/img/navigation-tip.png create mode 100644 public/resource/js/ckeditor/samples/index.html create mode 100644 public/resource/js/ckeditor/samples/js/sample.js create mode 100644 public/resource/js/ckeditor/samples/js/sf.js create mode 100644 public/resource/js/ckeditor/samples/old/ajax.html create mode 100644 public/resource/js/ckeditor/samples/old/api.html create mode 100644 public/resource/js/ckeditor/samples/old/appendto.html create mode 100644 public/resource/js/ckeditor/samples/old/assets/inlineall/logo.png create mode 100644 public/resource/js/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css create mode 100644 public/resource/js/ckeditor/samples/old/assets/posteddata.php create mode 100644 public/resource/js/ckeditor/samples/old/assets/sample.jpg create mode 100644 public/resource/js/ckeditor/samples/old/assets/uilanguages/languages.js create mode 100644 public/resource/js/ckeditor/samples/old/datafiltering.html create mode 100644 public/resource/js/ckeditor/samples/old/dialog/assets/my_dialog.js create mode 100644 public/resource/js/ckeditor/samples/old/dialog/dialog.html create mode 100644 public/resource/js/ckeditor/samples/old/divreplace.html create mode 100644 public/resource/js/ckeditor/samples/old/enterkey/enterkey.html create mode 100644 public/resource/js/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla create mode 100644 public/resource/js/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf create mode 100644 public/resource/js/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js create mode 100644 public/resource/js/ckeditor/samples/old/htmlwriter/outputforflash.html create mode 100644 public/resource/js/ckeditor/samples/old/htmlwriter/outputhtml.html create mode 100644 public/resource/js/ckeditor/samples/old/index.html create mode 100644 public/resource/js/ckeditor/samples/old/inlineall.html create mode 100644 public/resource/js/ckeditor/samples/old/inlinebycode.html create mode 100644 public/resource/js/ckeditor/samples/old/inlinetextarea.html create mode 100644 public/resource/js/ckeditor/samples/old/jquery.html create mode 100644 public/resource/js/ckeditor/samples/old/magicline/magicline.html create mode 100644 public/resource/js/ckeditor/samples/old/readonly.html create mode 100644 public/resource/js/ckeditor/samples/old/replacebyclass.html create mode 100644 public/resource/js/ckeditor/samples/old/replacebycode.html create mode 100644 public/resource/js/ckeditor/samples/old/sample.css create mode 100644 public/resource/js/ckeditor/samples/old/sample.js create mode 100644 public/resource/js/ckeditor/samples/old/sample_posteddata.php create mode 100644 public/resource/js/ckeditor/samples/old/tabindex.html create mode 100644 public/resource/js/ckeditor/samples/old/toolbar/toolbar.html create mode 100644 public/resource/js/ckeditor/samples/old/uicolor.html create mode 100644 public/resource/js/ckeditor/samples/old/uilanguages.html create mode 100644 public/resource/js/ckeditor/samples/old/wysiwygarea/fullpage.html create mode 100644 public/resource/js/ckeditor/samples/old/xhtmlstyle.html create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/css/fontello.css create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/font/config.json create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/font/fontello.eot create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/font/fontello.svg create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/font/fontello.ttf create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/font/fontello.woff create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/index.html create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css create mode 100644 public/resource/js/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/dialog.css create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/dialog_ie.css create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/dialog_ie8.css create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/dialog_iequirks.css create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/editor.css create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/editor_gecko.css create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/editor_ie.css create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/editor_ie8.css create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/editor_iequirks.css create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/icons.png create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/icons_hidpi.png create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/images/arrow.png create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/images/close.png create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/images/hidpi/close.png create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/images/hidpi/lock.png create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/images/hidpi/refresh.png create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/images/lock-open.png create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/images/lock.png create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/images/refresh.png create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/images/spinner.gif create mode 100644 public/resource/js/ckeditor/skins/moono-lisa/readme.md create mode 100644 public/resource/js/ckeditor/styles.js create mode 100644 public/resource/js/ckeditor/vendor/promise.js create mode 100644 public/resource/static/css/chunk-09e67496.b96a7ec7.css create mode 100644 public/resource/static/css/chunk-2eaa84fb.16d8ef2f.css create mode 100644 public/resource/static/js/app.2e3e4140.js create mode 100644 public/resource/static/js/chunk-09e67496.61ab67cc.js create mode 100644 public/resource/static/js/chunk-2d0e28b6.721e2c64.js create mode 100644 public/resource/static/js/chunk-2eaa84fb.a81d69aa.js create mode 100644 public/resource/static/js/chunk-68d5bf9e.98265403.js diff --git a/public/resource/images/jz.jpg b/public/resource/images/jz.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad830c683a51ba1f7668a7c1cdb74b7d5e49e3b6 GIT binary patch literal 150976 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
正在加载系统资源,请耐心等待
\ No newline at end of file + }
正在加载系统资源,请耐心等待
\ No newline at end of file diff --git a/public/resource/js/ckeditor/CHANGES.md b/public/resource/js/ckeditor/CHANGES.md new file mode 100644 index 0000000..d4bf24a --- /dev/null +++ b/public/resource/js/ckeditor/CHANGES.md @@ -0,0 +1,1903 @@ +CKEditor 4 Changelog +==================== + +## CKEditor 4.14.1 + +Fixed Issues: + +* [#2607](https://github.com/ckeditor/ckeditor4/issues/2607): Fixed: The [Emoji](https://ckeditor.com/cke4/addon/emoji) plugin SVG icons file is not loaded in CORS context. +* [#3866](https://github.com/ckeditor/ckeditor4/issues/3866): Fixed: The [`config.readOnly`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-readOnly) configuration option not considered for startup read-only mode of inline editor. +* [#3931](https://github.com/ckeditor/ckeditor4/issues/3931): [IE] Fixed: An error is thrown when pasting using the Paste button after accepting the browser Clipboard Access Prompt dialog. +* [#3938](https://github.com/ckeditor/ckeditor4/issues/3938): Fixed: Cannot navigate the [Autocomplete](https://ckeditor.com/cke4/addon/autocomplete) panel with the keyboard after switching to source mode. +* [#2823](https://github.com/ckeditor/ckeditor4/issues/2823): [IE] Fixed: Cannot resize the last table column using the [Table Resize](https://ckeditor.com/cke4/addon/tableresize) plugin. +* [#909](https://github.com/ckeditor/ckeditor4/issues/909): Fixed: The [Table Resize](https://ckeditor.com/cke4/addon/tableresize) plugin does not work when the editor is placed in an absolutely positioned container. Thanks to [Roland Petto](https://github.com/arpi68)! +* [#1959](https://github.com/ckeditor/ckeditor4/issues/1959): Fixed: The [Table Resize](https://ckeditor.com/cke4/addon/tableresize) plugin does not work in a [maximized](https://ckeditor.com/cke4/addon/maximize) editor when the [Div Editing Area](https://ckeditor.com/cke4/addon/divarea) feature is enabled. Thanks to [Roland Petto](https://github.com/arpi68)! +* [#3156](https://github.com/ckeditor/ckeditor4/issues/3156): Fixed: [Autolink](https://ckeditor.com/cke4/addon/autolink) [`config.autolink_urlRegex`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-autolink_urlRegex) and [`config.autolink_emailRegex`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-autolink_emailRegex) options are not customizable. Thanks to [Sergiy Dobrovolsky](https://github.com/serggoodwill)! +* [#624](https://github.com/ckeditor/ckeditor4/issues/624): Fixed: [Notification](https://ckeditor.com/cke4/addon/notification) does not work with the [bottom toolbar location](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-toolbarLocation). +* [#3000](https://github.com/ckeditor/ckeditor4/issues/3000): Fixed: [Auto Embed](https://ckeditor.com/cke4/addon/autoembed) does not work with the [bottom toolbar location](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-toolbarLocation). +* [#1883](https://github.com/ckeditor/ckeditor4/issues/1883): Fixed: The [`editor.resize()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-resize) method does not work with CSS units. +* [#3926](https://github.com/ckeditor/ckeditor4/issues/3926): Fixed: Dragging and dropping a [widget](https://ckeditor.com/cke4/addon/widget) sometimes produces an error. +* [#4008](https://github.com/ckeditor/ckeditor4/issues/4008): Fixed: [Remove Format](https://ckeditor.com/cke4/addon/removeformat) does not work with a collapsed selection. +* [#3998](https://github.com/ckeditor/ckeditor4/issues/3998): Fixed: An error is thrown when switching to the [source mode](https://ckeditor.com/cke4/addon/sourcearea) using a custom Ctrl + Enter [keystroke](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-setKeystroke) with the [Widget](https://ckeditor.com/cke4/addon/widget) plugin present. + +Other Changes: + +* Updated [WebSpellChecker](https://ckeditor.com/cke4/addon/wsc) (WSC) and [SpellCheckAsYouType](https://ckeditor.com/cke4/addon/scayt) (SCAYT) plugins: + * Fixed: Active [Autocomplete](https://ckeditor.com/cke4/addon/autocomplete) panel causes active suggestions to be unnecessarily checked by the SCAYT spell checking mechanism. + +## CKEditor 4.14 + +**Security Updates:** + +* Fixed XSS vulnerability in the HTML data processor reported by [Michał Bentkowski](https://twitter.com/securitymb) of Securitum. + + Issue summary: It was possible to execute XSS inside CKEditor after persuading the victim to: (i) switch CKEditor to source mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKEditor source area, and (iii) switch back to WYSIWYG mode or (i) copy the specially crafted HTML code, prepared by the attacker and (ii) paste it into CKEditor in WYSIWYG mode. + +* Fixed XSS vulnerability in the WebSpellChecker plugin reported by [Pham Van Khanh](https://twitter.com/rskvp93) from Viettel Cyber Security. + + Issue summary: It was possible to execute XSS using CKEditor after persuading the victim to: (i) switch CKEditor to source mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKEditor source area, then (iii) switch back to WYSIWYG mode, and (iv) preview CKEditor content outside CKEditor editable area. + +**An upgrade is highly recommended!** + +New features: + +* [#2374](https://github.com/ckeditor/ckeditor4/issues/2374): Added support for pasting rich content from LibreOffice Writer with the [Paste from LibreOffice](https://ckeditor.com/cke4/addon/pastefromlibreoffice) plugin. +* [#2583](https://github.com/ckeditor/ckeditor4/issues/2583): Changed [emoji](https://ckeditor.com/cke4/addon/emoji) suggestion box to show the matched emoji name instead of an ID. +* [#3748](https://github.com/ckeditor/ckeditor4/issues/3748): Improved the [color button](https://ckeditor.com/cke4/addon/colorbutton) state to reflect the selected editor content colors. +* [#3661](https://github.com/ckeditor/ckeditor4/issues/3661): Improved the [Print](https://ckeditor.com/cke4/addon/print) plugin to respect styling rendered by the [Preview](https://ckeditor.com/cke4/addon/preview) plugin. +* [#3547](https://github.com/ckeditor/ckeditor4/issues/3547): Active [dialog](https://ckeditor.com/cke4/addon/dialog) tab now has the `aria-selected="true"` attribute. +* [#3441](https://github.com/ckeditor/ckeditor4/issues/3441): Improved [`widget.getClipboardHtml()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget.html#method-getClipboardHtml) support for dragging and dropping multiple [widgets](https://ckeditor.com/cke4/addon/widget). + +Fixed Issues: + +* [#3587](https://github.com/ckeditor/ckeditor4/issues/3587): [Edge, IE] Fixed: [Widget](https://ckeditor.com/cke4/addon/widget) with form input elements loses focus during typing. +* [#3705](https://github.com/ckeditor/ckeditor4/issues/3705): [Safari] Fixed: Safari incorrectly removes blocks with the [`editor.extractSelectedHtml()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-extractSelectedHtml) method after selecting all content. +* [#1306](https://github.com/ckeditor/ckeditor4/issues/1306): Fixed: The [Font](https://ckeditor.com/cke4/addon/colorbutton) plugin creates nested HTML `` tags when reapplying the same font multiple times. +* [#3498](https://github.com/ckeditor/ckeditor4/issues/3498): Fixed: The editor throws an error during the copy operation when a [widget](https://ckeditor.com/cke4/addon/widget) is partially selected. +* [#2517](https://github.com/ckeditor/ckeditor4/issues/2517): [Chrome, Firefox, Safari] Fixed: Inserting a new image when the selection partially covers an existing [enhanced image](https://ckeditor.com/cke4/addon/image2) widget throws an error. +* [#3007](https://github.com/ckeditor/ckeditor4/issues/3007): [Chrome, Firefox, Safari] Fixed: Cannot modify the editor content once the selection is released over a [widget](https://ckeditor.com/cke4/addon/widget). +* [#3698](https://github.com/ckeditor/ckeditor4/issues/3698): Fixed: Cutting the selected text when a [widget](https://ckeditor.com/cke4/addon/widget) is partially selected merges paragraphs. + +API Changes: + +* [#3387](https://github.com/ckeditor/ckeditor4/issues/3387): Added the [CKEDITOR.ui.richCombo.select()](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ui_richCombo.html#method-select) method. +* [#3727](https://github.com/ckeditor/ckeditor4/issues/3727): Added new `textColor` and `bgColor` commands that apply the selected color chosen by the [Color Button](https://ckeditor.com/cke4/addon/colorbutton) plugin. +* [#3728](https://github.com/ckeditor/ckeditor4/issues/3728): Added new `font` and `fontSize` commands that apply the selected font style chosen by the [Font](https://ckeditor.com/cke4/addon/colorbutton) plugin. +* [#3842](https://github.com/ckeditor/ckeditor4/issues/3842): Added the [`editor.getSelectedRanges()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-getSelectedRanges) alias. +* [#3775](https://github.com/ckeditor/ckeditor4/issues/3775): Widget [mask](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget.html#property-mask) and [parts](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget.html#property-parts) can now be refreshed dynamically via API calls. + +## CKEditor 4.13.1 + +Fixed Issues: + +* [#875](https://github.com/ckeditor/ckeditor4/issues/875): Fixed: Pasting inside the editor that contains a table with the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin after selecting all content replaces only the table element instead of the entire content. +* [#3415](https://github.com/ckeditor/ckeditor4/issues/3415): [Firefox] Fixed: Pasting individual list elements fails. Thanks to [Jack Wickham](https://github.com/jackwickham)! +* [#3413](https://github.com/ckeditor/ckeditor4/issues/3413): Fixed: Menu items with labels containing double quotes are rendered incorrectly. +* [#3475](https://github.com/ckeditor/ckeditor4/issues/3475): [Firefox] Fixed: Pasting plain text over existing content fails and throws an error. +* [#2027](https://github.com/ckeditor/ckeditor4/issues/2027): Fixed: Incorrect email display text after reopening the [Link](https://ckeditor.com/cke4/addon/link) dialog for display names starting with `@`. +* [#3544](https://github.com/ckeditor/ckeditor4/issues/3544): Fixed: The [Special Characters](https://ckeditor.com/cke4/addon/specialchar) dialog read incorrectly by screen readers due to empty table cells at the end. +* [#1653](https://github.com/ckeditor/ckeditor4/issues/1653): Fixed: [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) is not repositioned when the editor is scrolled with the [Div Editing Area](https://ckeditor.com/cke4/addon/divarea) feature enabled. +* [#3559](https://github.com/ckeditor/ckeditor4/issues/3559): Fixed: [Color Dialog](https://ckeditor.com/cke4/addon/colordialog) is incorrectly positioned when used with another dialog. +* [#3593](https://github.com/ckeditor/ckeditor4/issues/3593): Fixed: Cannot access a text or comment node when replacing an element node with them via [`CKEDITOR.htmlParser.filter`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_htmlParser_filter.html). +* [#3524](https://github.com/ckeditor/ckeditor4/issues/3524): Fixed: The [Easy Image](https://ckeditor.com/cke4/addon/easyimage) plugin throws an error when any image with an unsupported data type is pasted into the editor. +* [#3552](https://github.com/ckeditor/ckeditor4/issues/3352): Fixed: Incorrect value of [`CKEDITOR.plugins.widget.repository#selected`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget_repository.html#property-selected) after selecting the whole editor content. +* [#3586](https://github.com/ckeditor/ckeditor4/issues/3586): Fixed: Content pasted from Microsoft Excel is not correctly recognised by the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#3585](https://github.com/ckeditor/ckeditor4/issues/3585): [Firefox] Fixed: Microsoft Excel content is pasted as an image. +* [#3625](https://github.com/ckeditor/ckeditor4/issues/3625): [Firefox] Fixed: Microsoft PowerPoint content is pasted as an image. +* [#3474](https://github.com/ckeditor/ckeditor4/issues/3474): Fixed: Incorrect focus order after any tab in a [dialog](https://ckeditor.com/cke4/addon/dialog) was clicked. +* [#3689](https://github.com/ckeditor/ckeditor4/issues/3689): Fixed: Cannot change [dialog](https://ckeditor.com/cke4/addon/dialog) tabs with keyboard arrow keys after focusing any tab with a mouse click. + +API Changes: + +* [#3634](https://github.com/ckeditor/ckeditor4/issues/3634): Added the [`CKEDITOR.plugins.clipboard.dataTransfer#getTypes()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_clipboard_dataTransfer.html#method-getTypes) method. + +## CKEditor 4.13 + +New Features: + +* [#835](https://github.com/ckeditor/ckeditor4/issues/835): Extended support for pasting from external applications: + * Added support for pasting rich content from Google Docs with the [Paste from Google Docs](https://ckeditor.com/cke4/addon/pastefromgdocs) plugin. + * Added a new [Paste Tools](https://ckeditor.com/cke4/addon/pastetools) plugin for unified paste handling. +* [#3315](https://github.com/ckeditor/ckeditor4/issues/3315): Added support for strikethrough in the [BBCode](https://ckeditor.com/cke4/addon/bbcode) plugin. Thanks to [Alexander Kahl](https://github.com/akahl-owl)! +* [#3175](https://github.com/ckeditor/ckeditor4/issues/3175): Introduced selection optimization mechanism for handling incorrect selection behaviors in various browsers: + * [#3256](https://github.com/ckeditor/ckeditor4/issues/3256): Triple-clicking in the last table cell and deleting content no longer pulls the content below into the table. + * [#3118](https://github.com/ckeditor/ckeditor4/issues/3118): Selecting a paragraph with a triple-click and applying a heading applies the heading only to the selected paragraph. + * [#3161](https://github.com/ckeditor/ckeditor4/issues/3161): Double-clicking a `` element containing just one word creates a correct selection including the clicked `` only. +* [#3359](https://github.com/ckeditor/ckeditor4/issues/3359): Improved [dialog](https://ckeditor.com/cke4/addon/dialog) positioning and behavior when the dialog is resized or moved, or the browser window is resized. +* [#2227](https://github.com/ckeditor/ckeditor4/issues/2227): Added the [`config.linkDefaultProtocol`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-linkDefaultProtocol) configuration option that allows setting the default URL protocol for the [Link](https://ckeditor.com/cke4/addon/link) plugin dialog. +* [#3240](https://github.com/ckeditor/ckeditor4/issues/3240): Extended the [`CKEDITOR.plugins.widget#mask`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget.html#property-mask) property to allow masking only the specified part of a [widget](https://ckeditor.com/cke4/addon/widget). +* [#3138](https://github.com/ckeditor/ckeditor4/issues/3138): Added the possibility to use the [`widgetDefinition.getClipboardHtml()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget.html#method-getClipboardHtml) method to customize the [widget](https://ckeditor.com/cke4/addon/widget) HTML during copy, cut and drag operations. + +Fixed Issues: + +* [#808](https://github.com/ckeditor/ckeditor4/issues/808): Fixed: [Widgets](https://ckeditor.com/cke4/addon/widget) and other content disappear on drag and drop in [read-only mode](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_readonly.html). +* [#3260](https://github.com/ckeditor/ckeditor4/issues/3260): Fixed: [Widget](https://ckeditor.com/cke4/addon/widget) drag handler is visible in [read-only mode](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_readonly.html). +* [#3261](https://github.com/ckeditor/ckeditor4/issues/3261): Fixed: A [widget](https://ckeditor.com/cke4/addon/widget) initialized using the dialog has an incorrect owner document. +* [#3198](https://github.com/ckeditor/ckeditor4/issues/3198): Fixed: Blurring and focusing the editor when a [widget](https://ckeditor.com/cke4/addon/widget) is focused creates an additional undo step. +* [#2859](https://github.com/ckeditor/ckeditor4/pull/2859): [IE, Edge] Fixed: Various editor UI elements react to right mouse button click: + * [#2845](https://github.com/ckeditor/ckeditor4/issues/2845): [Rich Combo](https://ckeditor.com/cke4/addon/richcombo). + * [#2857](https://github.com/ckeditor/ckeditor4/issues/2857): [List Block](https://ckeditor.com/cke4/addon/listblock). + * [#2858](https://github.com/ckeditor/ckeditor4/issues/2858): [Menu](https://ckeditor.com/cke4/addon/menu). +* [#3158](https://github.com/ckeditor/ckeditor4/issues/3158): [Chrome, Safari] Fixed: [Undo](https://ckeditor.com/cke4/addon/undo) plugin breaks with the filling character. +* [#504](https://github.com/ckeditor/ckeditor4/issues/504): [Edge] Fixed: The editor's selection is collapsed to the beginning of the content when focusing the editor for the first time. +* [#3101](https://github.com/ckeditor/ckeditor4/issues/3101): Fixed: [`CKEDITOR.dom.range#_getTableElement()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_range.html#method-_getTableElement) returns `null` instead of a table element for edge cases. +* [#3287](https://github.com/ckeditor/ckeditor4/issues/3287): Fixed: [`CKEDITOR.tools.promise`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_promise.html) initializes incorrectly if an AMD loader is present. +* [#3379](https://github.com/ckeditor/ckeditor4/issues/3379): Fixed: Incorrect [`CKEDITOR.editor#getData()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-getData) call when inserting content into the editor. +* [#941](https://github.com/ckeditor/ckeditor4/issues/941): Fixed: An error is thrown after styling a table cell text selected using the native selection when the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin is enabled. +* [#3136](https://github.com/ckeditor/ckeditor4/issues/3136): [Firefox] Fixed: Clicking [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) items removes the native table selection. +* [#3381](https://github.com/ckeditor/ckeditor4/issues/3381): [IE8] Fixed: The [`CKEDITOR.tools.object.keys()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_object.html#method-keys) method does not accept non-objects. +* [#2395](https://github.com/ckeditor/ckeditor4/issues/2395): [Android] Fixed: Focused input in a [dialog](https://ckeditor.com/cke4/addon/dialog) is scrolled out of the viewport when the soft keyboard appears. +* [#453](https://github.com/ckeditor/ckeditor4/issues/453): Fixed: [Link](https://ckeditor.com/cke4/addon/link) dialog has an invalid width when the editor is maximized and the browser window is resized. +* [#2138](https://github.com/ckeditor/ckeditor4/issues/2138): Fixed: An email address containing a question mark is mishandled by the [Link](https://ckeditor.com/cke4/addon/link) plugin. +* [#14613](https://dev.ckeditor.com/ticket/14613): Fixed: Race condition when loading plugins for an already destroyed editor instance throws an error. +* [#2257](https://github.com/ckeditor/ckeditor4/issues/2257): Fixed: The editor throws an exception when destroyed shortly after it was created. +* [#3115](https://github.com/ckeditor/ckeditor4/issues/3115): Fixed: Destroying the editor during the initialization throws an error. +* [#3354](https://github.com/ckeditor/ckeditor4/issues/3354): [iOS] Fixed: Pasting no longer works on iOS version 13. +* [#3423](https://github.com/ckeditor/ckeditor4/issues/3423) Fixed: [Bookmarks](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_range.html#method-createBookmark) can be created inside temporary elements. + +API Changes: + +* [#3154](https://github.com/ckeditor/ckeditor4/issues/3154): Added the [`CKEDITOR.tools.array.some()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_array.html#method-some) method. +* [#3245](https://github.com/ckeditor/ckeditor4/issues/3245): Added the [`CKEDITOR.plugins.undo.UndoManager.addFilterRule()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_undo_UndoManager.html#method-addFilterRule) method that allows filtering undo snapshot contents. +* [#2845](https://github.com/ckeditor/ckeditor4/issues/2845): Added the [`CKEDITOR.tools.normalizeMouseButton()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-normalizeMouseButton) method. +* [#2975](https://github.com/ckeditor/ckeditor4/issues/2975): Added the [`CKEDITOR.dom.element#fireEventHandler()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_element.html#method-fireEventHandler) method. +* [#3247](https://github.com/ckeditor/ckeditor4/issues/3247): Extended the [`CKEDITOR.tools.bind()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-bind) method to accept arguments for bound functions. +* [#3326](https://github.com/ckeditor/ckeditor4/issues/3326): Added the [`CKEDITOR.dom.text#isEmpty()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_text.html#method-isEmpty) method. +* [#2423](https://github.com/ckeditor/ckeditor4/issues/2423): Added the [`CKEDITOR.plugins.dialog.getModel()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dialog.html#method-getModel) and [`CKEDITOR.plugins.dialog.getMode()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dialog.html#method-getMode) methods with their [`CKEDITOR.plugin.definition`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dialog_definition.html) counterparts, allowing to get the dialog subject of a change. +* [#3124](https://github.com/ckeditor/ckeditor4/issues/3124): Added the [`CKEDITOR.dom.element#isDetached()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_element.html#method-isDetached) method. + +## CKEditor 4.12.1 + +Fixed Issues: + +* [#3220](https://github.com/ckeditor/ckeditor4/issues/3220): Fixed: Prevent [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) filter from deleting [Page Break](https://ckeditor.com/cke4/addon/pagebreak) elements on paste. + +## CKEditor 4.12 + +New Features: + +* [#2598](https://github.com/ckeditor/ckeditor4/issues/2598): Added the [Page Break](https://ckeditor.com/cke4/addon/pagebreak) feature support for the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#1490](https://github.com/ckeditor/ckeditor4/issues/1490): Improved the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin to retain table cell borders. +* [#2870](https://github.com/ckeditor/ckeditor4/issues/2870): Improved support for preserving the indentation of list items for nested lists pasted with the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#2048](https://github.com/ckeditor/ckeditor4/issues/2048): New [`CKEDITOR.config.image2_maxSize`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-image2_maxSize) configuration option for the [Enhanced Image](https://ckeditor.com/cke4/addon/image2) plugin that allows setting a maximum size that an image can be resized to with the resizer. +* [#2639](https://github.com/ckeditor/ckeditor4/issues/2639): The [Color Dialog](https://ckeditor.com/cke4/addon/colordialog) plugin now shows the current selection's color when opened. +* [#2084](https://github.com/ckeditor/ckeditor4/issues/2084): The [Table Tools](https://ckeditor.com/cke4/addon/tabletools) plugin now allows to change the cell height unit type to either pixels or percent. +* [#3164](https://github.com/ckeditor/ckeditor4/issues/3164): The [Table Tools](https://ckeditor.com/cke4/addon/tabletools) plugin now accepts floating point values as the table cell width and height. + +Fixed Issues: + +* [#2672](https://github.com/ckeditor/ckeditor4/issues/2672): Fixed: When resizing an [Enhanced Image](https://ckeditor.com/cke4/addon/image2) to a minimum size with the resizer, the image dialog does not show actual values. +* [#1478](https://github.com/ckeditor/ckeditor4/issues/1478): Fixed: Custom colors added to [Color Button](https://ckeditor.com/cke4/addon/colorbutton) with the [`config.colorButton_colors`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-colorButton_colors) configuration option in the form of a label or code do not work correctly. +* [#1469](https://github.com/ckeditor/ckeditor4/issues/1469): Fixed: Trying to get data from a nested editable inside a freshly pasted widget throws an error. +* [#2235](https://github.com/ckeditor/ckeditor4/issues/2235): Fixed: An [Image](https://ckeditor.com/cke4/addon/image) in a table cell has an empty URL field when edited from the context menu opened by right-click when the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin is in use. +* [#3098](https://github.com/ckeditor/ckeditor4/issues/3098): Fixed: Unit pickers for table cell width and height in the [Table Tools](https://ckeditor.com/cke4/addon/tabletools) plugin have a different width. +* [#2923](https://github.com/ckeditor/ckeditor4/issues/2923): Fixed: The CSS `windowtext` color is not correctly recognized by the [`CKEDITOR.tools.style.parse`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_style_parse.html) methods. +* [#3120](https://github.com/ckeditor/ckeditor4/issues/3120): [IE8] Fixed: The [`CKEDITOR.tools.extend()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tool.html#method-extend) method does not work with the [`DontEnum`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Properties) object property attribute. +* [#2813](https://github.com/ckeditor/ckeditor4/issues/2813): Fixed: Editor HTML insertion methods ([`editor.insertHtml()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-insertHtml), [`editor.insertHtmlIntoRange()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-insertHtmlIntoRange), [`editor.insertElement()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-insertElement) and [`editor.insertElementIntoRange()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-insertElementIntoRange)) pollute the editable with empty `` elements. +* [#2751](https://github.com/ckeditor/ckeditor4/issues/2751): Fixed: An editor with [`config.enterMode`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-enterMode) set to [`ENTER_DIV`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#property-ENTER_DIV) alters pasted content. + +API Changes: + +* [#1496](https://github.com/ckeditor/ckeditor4/issues/1496): The [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) plugin exposes the [`CKEDITOR.ui.balloonToolbar.reposition()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ui_balloonToolbar.html#reposition) and [`CKEDITOR.ui.balloonToolbarView.reposition()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ui_balloonToolbarView.html#reposition) methods. +* [#2021](https://github.com/ckeditor/ckeditor4/issues/2021): Added new [`CKEDITOR.dom.documentFragment.find()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_documentFragment.html#method-find) and [`CKEDITOR.dom.documentFragment.findOne()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_documentFragment.html#method-findOne) methods. +* [#2700](https://github.com/ckeditor/ckeditor4/issues/2700): Added the [`CKEDITOR.tools.array.find()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_array.html#method-find) method. +* [#3123](https://github.com/ckeditor/ckeditor4/issues/3123): Added the [`CKEDITOR.tools.object.keys()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_object.html#method-keys) method. +* [#3123](https://github.com/ckeditor/ckeditor4/issues/3123): Added the [`CKEDITOR.tools.object.entries()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_object.html#method-entries) method. +* [#3123](https://github.com/ckeditor/ckeditor4/issues/3123): Added the [`CKEDITOR.tools.object.values()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_object.html#method-values) method. +* [#2821](https://github.com/ckeditor/ckeditor4/issues/2821): The [`CKEDITOR.template#source`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_template.html#property-source) property can now be a function, so it can return the changed template values during the runtime. Thanks to [Jacek Pulit](https://github.com/jacek-pulit)! +* [#2598](https://github.com/ckeditor/ckeditor4/issues/2598): Added the [`CKEDITOR.plugins.pagebreak.createElement()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_pagebreak.html#method-createElement) method allowing to create a [Page Break](https://ckeditor.com/cke4/addon/pagebreak) plugin [`CKEDITOR.dom.element`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_element.html) instance. +* [#2748](https://github.com/ckeditor/ckeditor4/issues/2748): Enhanced error messages thrown when creating an editor on a non-existent element or when trying to instantiate the second editor on the same element. Thanks to [Byran Zaugg](https://github.com/blzaugg)! +* [#2698](https://github.com/ckeditor/ckeditor4/issues/2698): Added the [`CKEDITOR.htmlParser.element.findOne()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_htmlParser_element.html#method-findOne) method. +* [#2935](https://github.com/ckeditor/ckeditor4/issues/2935): Introduced the [`CKEDITOR.config.pasteFromWord_keepZeroMargins`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-pasteFromWord_keepZeroMargins) configuration option that allows for keeping any `margin-*: 0` style that would be otherwise removed when pasting content with the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#2962](https://github.com/ckeditor/ckeditor4/issues/2962): Added the [`CKEDITOR.tools.promise`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_promise.html) class. +* [#2924](https://github.com/ckeditor/ckeditor4/issues/2924): Added the [`CKEDITOR.tools.style.border`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_style_border.html) object wrapping CSS border style helpers under a single type. +* [#2495](https://github.com/ckeditor/ckeditor4/issues/2495): The [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin can now be disabled for the given table with the `data-cke-tableselection-ignored` attribute. +* [#2692](https://github.com/ckeditor/ckeditor4/issues/2692): Plugins can now expose information about the supported environment by implementing the [`pluginDefinition.isSupportedEnvironment()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_pluginDefinition.html#method-isSupportedEnvironment) method. + +Other Changes: + +* [#2741](https://github.com/ckeditor/ckeditor4/issues/2741): Replaced deprecated `arguments.callee` calls with named function expressions to allow the editor to work in strict mode. +* [#2924](https://github.com/ckeditor/ckeditor4/issues/2924): Marked [`CKEDITOR.tools.style.parse.border()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_style_parse.html#method-border) as deprecated in favor of the [`CKEDITOR.tools.style.border.fromCssRule()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_style_border.html#static-method-fromCssRule) method. +* [#3132](https://github.com/ckeditor/ckeditor4/issues/2924): Marked [`CKEDITOR.tools.objectKeys()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-objectKeys) as deprecated in favor of the [`CKEDITOR.tools.object.keys()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_object.html#method-keys) method. + +## CKEditor 4.11.4 + +Fixed Issues: + +* [#589](https://github.com/ckeditor/ckeditor4/issues/589): Fixed: The editor causes memory leaks in create and destroy cycles. +* [#1397](https://github.com/ckeditor/ckeditor4/issues/1397): Fixed: Using the dialog to remove headers from a [table](https://ckeditor.com/cke4/addon/table) with one header row only throws an error. +* [#1479](https://github.com/ckeditor/ckeditor4/issues/1479): Fixed: [Justification](https://ckeditor.com/cke4/addon/justify) for styled content in BR mode is disabled. +* [#2816](https://github.com/ckeditor/ckeditor4/issues/2816): Fixed: [Enhanced Image](https://ckeditor.com/cke4/addon/image2) resize handler is visible in [read-only mode](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_readonly.html). +* [#2874](https://github.com/ckeditor/ckeditor4/issues/2874): Fixed: [Enhanced Image](https://ckeditor.com/cke4/addon/image2) resize handler is not created when the editor is initialized in [read-only mode](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_readonly.html). +* [#2775](https://github.com/ckeditor/ckeditor4/issues/2775): Fixed: [Clipboard](https://ckeditor.com/cke4/addon/clipboard) paste buttons have wrong state when [read-only](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_readonly.html) mode is set by the mouse event listener with the [Div Editing Area](https://ckeditor.com/cke4/addon/divarea) plugin. +* [#1901](https://github.com/ckeditor/ckeditor4/issues/1901): Fixed: Cannot open the context menu over a [Widget](https://ckeditor.com/cke4/addon/widget) with the Shift+F10 keyboard shortcut. + +Other Changes: + +* Updated [WebSpellChecker](https://ckeditor.com/cke4/addon/wsc) (WSC) and [SpellCheckAsYouType](https://ckeditor.com/cke4/addon/scayt) (SCAYT) plugins: + * Language dictionary update: German language was extended with over 600k new words. + * Language dictionary update: Swedish language was extended with over 300k new words. + * Grammar support added for Australian and New Zealand English, Polish, Slovak, Slovenian and Austrian languages. + * Changed wavy red and green lines that underline spelling and grammar errors to straight ones. + * [#55](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/55): Fixed: WSC does not use [`CKEDITOR.getUrl()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#method-getUrl) when referencing style sheets. + * [#166](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/166): Fixed: SCAYT does not use [`CKEDITOR.getUrl()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#method-getUrl) when referencing style sheets. + * [#56](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/56): [Chrome] Fixed: SCAYT/WSC throws errors when running inside a Chrome extension. + * Fixed: After removing a dictionary, the words are not underlined and considered as incorrect. + * Fixed: The Slovenian (`sl_SL`) language does not work. + * Fixed: Quotes with code `U+2019` (Right single quotation mark) are considered separators. + * Fixed: Wrong error message formatting when the service ID is invalid. + * Fixed: Absent languages in the Languages tab when using SCAYT with the [Shared Spaces](https://ckeditor.com/cke4/addon/sharedspace) plugin. + +## CKEditor 4.11.3 + +Fixed Issues: + +* [#2721](https://github.com/ckeditor/ckeditor4/issues/2721), [#487](https://github.com/ckeditor/ckeditor4/issues/487): Fixed: The order of sublist items is reversed when a higher level list item is removed. +* [#2527](https://github.com/ckeditor/ckeditor4/issues/2527): Fixed: [Emoji](https://ckeditor.com/cke4/addon/emoji) autocomplete order does not prioritize emojis with the name starting from the used string. +* [#2572](https://github.com/ckeditor/ckeditor4/issues/2572): Fixed: Icons in the [Emoji](https://ckeditor.com/cke4/addon/emoji) dropdown navigation groups are not centered. +* [#1191](https://github.com/ckeditor/ckeditor4/issues/1191): Fixed: Items in the [elements path](https://ckeditor.com/cke4/addon/elementspath) are draggable. +* [#2292](https://github.com/ckeditor/ckeditor4/issues/2292): Fixed: Dropping a list with a link on the editor's margin causes a console error and removes the dragged text from editor. +* [#2756](https://github.com/ckeditor/ckeditor4/issues/2756): Fixed: The [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin causes an error when typing in the [source editing mode](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_sourcearea.html). +* [#1986](https://github.com/ckeditor/ckeditor4/issues/1986): Fixed: The Cell Properties dialog from the [Table Tools](https://ckeditor.com/cke4/addon/tabletools) plugin shows styles that are not allowed through [`config.allowedContent`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-allowedContent). +* [#2565](https://github.com/ckeditor/ckeditor4/issues/2565): [IE, Edge] Fixed: Buttons in the [editor toolbar](https://ckeditor.com/cke4/addon/toolbar) are activated by clicking them with the right mouse button. +* [#2792](https://github.com/ckeditor/ckeditor4/pull/2792): Fixed: A bug in the [Copy Formatting](https://ckeditor.com/cke4/addon/copyformatting) plugin that caused the following issues: + * [#2780](https://github.com/ckeditor/ckeditor4/issues/2780): Fixed: Undo steps disappear after multiple changes of selection. + * [#2470](https://github.com/ckeditor/ckeditor4/issues/2470): [Firefox] Fixed: Widget's nested editable gets blurred upon focus. + * [#2655](https://github.com/ckeditor/ckeditor4/issues/2655): [Chrome, Safari] Fixed: Widget's nested editable cannot be focused under certain circumstances. + +## CKEditor 4.11.2 + +Fixed Issues: + +* [#2403](https://github.com/ckeditor/ckeditor4/issues/2403): Fixed: Styling inline editor initialized inside a table with the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin is causing style leaks. +* [#2514](https://github.com/ckeditor/ckeditor4/issues/2403): Fixed: Pasting table data into inline editor initialized inside a table with the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin inserts pasted content into the wrapping table. +* [#2451](https://github.com/ckeditor/ckeditor4/issues/2451): Fixed: The [Remove Format](https://ckeditor.com/cke4/addon/removeformat) plugin changes selection. +* [#2546](https://github.com/ckeditor/ckeditor4/issues/2546): Fixed: The separator in the toolbar moves when buttons are focused. +* [#2506](https://github.com/ckeditor/ckeditor4/issues/2506): Fixed: [Enhanced Image](https://ckeditor.com/cke4/addon/image2) throws a type error when an empty `
` tag with an `image` class is upcasted. +* [#2650](https://github.com/ckeditor/ckeditor4/issues/2650): Fixed: [Table](https://ckeditor.com/cke4/addon/table) dialog validator fails when the `getValue()` function is defined in the global scope. +* [#2690](https://github.com/ckeditor/ckeditor4/issues/2690): Fixed: Decimal characters are removed from the inside of numbered lists when pasting content using the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#2205](https://github.com/ckeditor/ckeditor4/issues/2205): Fixed: It is not possible to add new list items under an item containing a block element. +* [#2411](https://github.com/ckeditor/ckeditor4/issues/2411), [#2438](https://github.com/ckeditor/ckeditor4/issues/2438) Fixed: Apply numbered list option throws a console error for a specific markup. +* [#2430](https://github.com/ckeditor/ckeditor4/issues/2430) Fixed: [Color Button](https://ckeditor.com/cke4/addon/colorbutton) and [List Block](https://ckeditor.com/cke4/addon/listblock) items are draggable. + +Other Changes: + +* Updated the [WebSpellChecker](https://ckeditor.com/cke4/addon/wsc) (WSC) plugin: + * [#52](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/52) Fixed: Clicking "Finish Checking" without a prior action would hang the Spell Checking dialog. +* [#2603](https://github.com/ckeditor/ckeditor4/issues/2603): Corrected the GPL license entry in the `package.json` file. + +## CKEditor 4.11.1 + +Fixed Issues: + +* [#2571](https://github.com/ckeditor/ckeditor4/issues/2571): Fixed: Clicking the categories in the [Emoji](https://ckeditor.com/cke4/addon/emoji) dropdown panel scrolls the entire page. + +## CKEditor 4.11 + +**Security Updates:** + +* Fixed XSS vulnerability in the HTML parser reported by [maxarr](https://hackerone.com/maxarr). + + Issue summary: It was possible to execute XSS inside CKEditor after persuading the victim to: (i) switch CKEditor to source mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKEditor source area, and (iii) switch back to WYSIWYG mode. + +**An upgrade is highly recommended!** + +New Features: + +* [#2062](https://github.com/ckeditor/ckeditor4/pull/2062): Added the emoji dropdown that allows the user to choose the emoji from the toolbar and search for them using keywords. +* [#2154](https://github.com/ckeditor/ckeditor4/issues/2154): The [Link](https://ckeditor.com/cke4/addon/link) plugin now supports phone number links. +* [#1815](https://github.com/ckeditor/ckeditor4/issues/1815): The [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin supports typing link completion. +* [#2478](https://github.com/ckeditor/ckeditor4/issues/2478): [Link](https://ckeditor.com/cke4/addon/link) can be inserted using the Ctrl/Cmd + K keystroke. +* [#651](https://github.com/ckeditor/ckeditor4/issues/651): Text pasted using the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin preserves indentation in paragraphs. +* [#2248](https://github.com/ckeditor/ckeditor4/issues/2248): Added support for justification in the [BBCode](https://ckeditor.com/cke4/addon/bbcode) plugin. Thanks to [Matěj Kmínek](https://github.com/KminekMatej)! +* [#706](https://github.com/ckeditor/ckeditor4/issues/706): Added a different cursor style when selecting cells for the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin. +* [#2072](https://github.com/ckeditor/ckeditor4/issues/2072): The [UI Button](https://ckeditor.com/cke4/addon/button) plugin supports custom `aria-haspopup` property values. The [Menu Button](https://ckeditor.com/cke4/addon/menubutton) `aria-haspopup` value is now `menu`, the [Panel Button](https://ckeditor.com/cke4/addon/panelbutton) and [Rich Combo](https://ckeditor.com/cke4/addon/richcombo) `aria-haspopup` value is now `listbox`. +* [#1176](https://github.com/ckeditor/ckeditor4/pull/1176): The [Balloon Panel](https://ckeditor.com/cke4/addon/balloonpanel) can now be attached to a selection instead of an element. +* [#2202](https://github.com/ckeditor/ckeditor4/issues/2202): Added the `contextmenu_contentsCss` configuration option to allow adding custom CSS to the [Context Menu](https://ckeditor.com/cke4/addon/contextmenu). + +Fixed Issues: + +* [#1477](https://github.com/ckeditor/ckeditor4/issues/1477): Fixed: On destroy, [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) does not destroy its content. +* [#2394](https://github.com/ckeditor/ckeditor4/issues/2394): Fixed: [Emoji](https://ckeditor.com/cke4/addon/emoji) dropdown does not show up with repeated symbols in a single line. +* [#1181](https://github.com/ckeditor/ckeditor4/issues/1181): [Chrome] Fixed: Opening the context menu in a read-only editor results in an error. +* [#2276](https://github.com/ckeditor/ckeditor4/issues/2276): [iOS] Fixed: [Button](https://ckeditor.com/cke4/addon/button) state does not refresh properly. +* [#1489](https://github.com/ckeditor/ckeditor4/issues/1489): Fixed: Table contents can be removed in read-only mode when the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin is used. +* [#1264](https://github.com/ckeditor/ckeditor4/issues/1264) Fixed: Right-click does not clear the selection created with the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin. +* [#586](https://github.com/ckeditor/ckeditor4/issues/586) Fixed: The `required` attribute is not correctly recognized by the [Form Elements](https://ckeditor.com/cke4/addon/forms) plugin dialog. Thanks to [Roli Züger](https://github.com/rzueger)! +* [#2380](https://github.com/ckeditor/ckeditor4/issues/2380) Fixed: Styling HTML comments in a top-level element results in extra paragraphs. +* [#2294](https://github.com/ckeditor/ckeditor4/issues/2294) Fixed: Pasting content from Microsoft Outlook and then bolding it results in an error. +* [#2035](https://github.com/ckeditor/ckeditor4/issues/2035) [Edge] Fixed: `Permission denied` is thrown when opening a [Panel](https://ckeditor.com/cke4/addon/panel) instance. +* [#965](https://github.com/ckeditor/ckeditor4/issues/965) Fixed: The [`config.forceSimpleAmpersand`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-forceSimpleAmpersand) option does not work. Thanks to [Alex Maris](https://github.com/alexmaris)! +* [#2448](https://github.com/ckeditor/ckeditor4/issues/2448): Fixed: The [`Escape HTML Entities`] plugin with custom [additional entities](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-entities_additional) configuration breaks HTML escaping. +* [#898](https://github.com/ckeditor/ckeditor4/issues/898): Fixed: [Enhanced Image](https://ckeditor.com/cke4/addon/image2) long alternative text protrudes into the editor when the image is selected. +* [#1113](https://github.com/ckeditor/ckeditor4/issues/1113): [Firefox] Fixed: Nested contenteditable elements path is not updated on focus with the [Div Editing Area](https://ckeditor.com/cke4/addon/divarea) plugin. +* [#1682](https://github.com/ckeditor/ckeditor4/issues/1682) Fixed: Hovering the [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) panel changes its size, causing flickering. +* [#421](https://github.com/ckeditor/ckeditor4/issues/421) Fixed: Expandable [Button](https://ckeditor.com/cke4/addon/button) puts the `(Selected)` text at the end of the label when clicked. +* [#1454](https://github.com/ckeditor/ckeditor4/issues/1454): Fixed: The [`onAbort`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_fileTools_uploadWidgetDefinition.html#property-onAbort) method of the [Upload Widget](https://ckeditor.com/cke4/addon/uploadwidget) is not called when the loader is aborted. +* [#1451](https://github.com/ckeditor/ckeditor4/issues/1451): Fixed: The context menu is incorrectly positioned when opened with Shift+F10. +* [#1722](https://github.com/ckeditor/ckeditor4/issues/1722): [`CKEDITOR.filter.instances`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_filter.html#static-property-instances) is causing memory leaks. +* [#2491](https://github.com/ckeditor/ckeditor4/issues/2491): Fixed: The [Mentions](https://ckeditor.com/cke4/addon/mentions) plugin is not matching diacritic characters. +* [#2519](https://github.com/ckeditor/ckeditor4/issues/2519): Fixed: The [Accessibility Help](https://ckeditor.com/cke4/addon/a11yhelp) dialog should display all available keystrokes for a single command. + +API Changes: + +* [#2453](https://github.com/ckeditor/ckeditor4/issues/2453): The [`CKEDITOR.ui.panel.block.getItems`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ui_panel_block.html#method-getItems) method now also returns `input` elements in addition to links. +* [#2224](https://github.com/ckeditor/ckeditor4/issues/2224): The [`CKEDITOR.tools.convertToPx`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-convertToPx) function now converts negative values. +* [#2253](https://github.com/ckeditor/ckeditor4/issues/2253): The widget definition [`insert`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget_definition.html#property-insert) method now passes `editor` and `commandData`. Thanks to [marcparmet](https://github.com/marcparmet)! +* [#2045](https://github.com/ckeditor/ckeditor4/issues/2045): Extracted [`tools.eventsBuffer`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-eventsBuffer) and [`tools.throttle`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-throttle) functions logic into a separate namespace. + * [`tools.eventsBuffer`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-eventsBuffer) was extracted into [`tools.buffers.event`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_buffers_event.html), + * [`tools.throttle`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-throttle) was extracted into [`tools.buffers.throttle`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_buffers_throttle.html). +* [#2466](https://github.com/ckeditor/ckeditor4/issues/2466): The [`CKEDITOR.filter`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-constructor) constructor accepts an additional `rules` parameter allowing to bind the editor and filter together. +* [#2493](https://github.com/ckeditor/ckeditor4/issues/2493): The [`editor.getCommandKeystroke`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-getCommandKeystroke) method accepts an additional `all` parameter allowing to retrieve an array of all command keystrokes. +* [#2483](https://github.com/ckeditor/ckeditor4/issues/2483): Button's DOM element created with the [`hasArrow`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ui.html#method-addButton) definition option can by identified by the `.cke_button_expandable` CSS class. + +Other Changes: + +* [#1713](https://github.com/ckeditor/ckeditor4/issues/1713): Removed the redundant `lang.title` entry from the [Clipboard](https://ckeditor.com/cke4/addon/clipboard) plugin. + +## CKEditor 4.10.1 + +Fixed Issues: + +* [#2114](https://github.com/ckeditor/ckeditor4/issues/2114): Fixed: [Autocomplete](https://ckeditor.com/cke4/addon/autocomplete) cannot be initialized before [`instanceReady`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-instanceReady). +* [#2107](https://github.com/ckeditor/ckeditor4/issues/2107): Fixed: Holding and releasing the mouse button is not inserting an [autocomplete](https://ckeditor.com/cke4/addon/autocomplete) suggestion. +* [#2167](https://github.com/ckeditor/ckeditor4/issues/2167): Fixed: Matching in [Emoji](https://ckeditor.com/cke4/addon/emoji) plugin is not case insensitive. +* [#2195](https://github.com/ckeditor/ckeditor4/issues/2195): Fixed: [Emoji](https://ckeditor.com/cke4/addon/emoji) shows the suggestion box when the colon is preceded with other characters than white space. +* [#2169](https://github.com/ckeditor/ckeditor4/issues/2169): [Edge] Fixed: Error thrown when pasting into the editor. +* [#1084](https://github.com/ckeditor/ckeditor4/issues/1084) Fixed: Using the "Automatic" option with [Color Button](https://ckeditor.com/cke4/addon/colorbutton) on a text with the color already defined sets an invalid color value. +* [#2271](https://github.com/ckeditor/ckeditor4/issues/2271): Fixed: Custom color name not used as a label in the [Color Button](https://ckeditor.com/cke4/addon/image2) plugin. Thanks to [Eric Geloen](https://github.com/egeloen)! +* [#2296](https://github.com/ckeditor/ckeditor4/issues/2296): Fixed: The [Color Button](https://ckeditor.com/cke4/addon/colorbutton) plugin throws an error when activated on content containing HTML comments. +* [#966](https://github.com/ckeditor/ckeditor4/issues/966): Fixed: Executing [`editor.destroy()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-destroy) during the [file upload](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_fileTools_uploadWidgetDefinition.html#property-onUploading) throws an error. Thanks to [Maksim Makarevich](https://github.com/MaksimMakarevich)! +* [#1719](https://github.com/ckeditor/ckeditor4/issues/1719): Fixed: Ctrl/Cmd + A inadvertently focuses inline editor if it is starting and ending with a list. Thanks to [theNailz](https://github.com/theNailz)! +* [#1046](https://github.com/ckeditor/ckeditor4/issues/1046): Fixed: Subsequent new links do not include the `id` attribute. Thanks to [Nathan Samson](https://github.com/nathansamson)! +* [#1348](https://github.com/ckeditor/ckeditor4/issues/1348): Fixed: [Enhanced Image](https://ckeditor.com/cke4/addon/image2) plugin aspect ratio locking uses an old width and height on image URL change. +* [#1791](https://github.com/ckeditor/ckeditor4/issues/1791): Fixed: [Image](https://ckeditor.com/cke4/addon/image) and [Enhanced Image](https://ckeditor.com/cke4/addon/image2) plugins can be enabled when [Easy Image](https://ckeditor.com/cke4/addon/easyimage) is present. +* [#2254](https://github.com/ckeditor/ckeditor4/issues/2254): Fixed: [Image](https://ckeditor.com/cke4/addon/image) ratio locking is too precise for resized images. Thanks to [Jonathan Gilbert](https://github.com/logiclrd)! +* [#1184](https://github.com/ckeditor/ckeditor4/issues/1184): [IE8-11] Fixed: Copying and pasting data in [read-only mode](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-readOnly) throws an error. +* [#1916](https://github.com/ckeditor/ckeditor4/issues/1916): [IE9-11] Fixed: Pressing the Delete key in [read-only mode](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-readOnly) throws an error. +* [#2003](https://github.com/ckeditor/ckeditor4/issues/2003): [Firefox] Fixed: Right-clicking multiple selected table cells containing empty paragraphs removes the selection. +* [#1816](https://github.com/ckeditor/ckeditor4/issues/1816): Fixed: Table breaks when Enter is pressed over the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin. +* [#1115](https://github.com/ckeditor/ckeditor4/issues/1115): Fixed: The `` tag is not preserved when proper configuration is provided and a style is applied by the [Font](https://ckeditor.com/cke4/addon/font) plugin. +* [#727](https://github.com/ckeditor/ckeditor4/issues/727): Fixed: Custom styles may be invisible in the [Styles Combo](https://ckeditor.com/cke4/addon/stylescombo) plugin. +* [#988](https://github.com/ckeditor/ckeditor4/issues/988): Fixed: ACF-enabled custom elements prefixed with `object`, `embed`, `param` are removed from the editor content. + +API Changes: + +* [#2249](https://github.com/ckeditor/ckeditor4/issues/1791): Added the [`editor.plugins.detectConflict()`](https://ckeditor.com/docs/ckeditor4/latest/CKEDITOR_editor_plugins.html#method-detectConflict) method finding conflicts between provided plugins. + +## CKEditor 4.10 + +New Features: + +* [#1751](https://github.com/ckeditor/ckeditor4/issues/1751): Introduced the **Autocomplete** feature that consists of the following plugins: + * [Autocomplete](https://ckeditor.com/cke4/addon/autocomplete) – Provides contextual completion feature for custom text matches based on user input. + * [Text Watcher](https://ckeditor.com/cke4/addon/textWatcher) – Checks whether an editor's text change matches the chosen criteria. + * [Text Match](https://ckeditor.com/cke4/addon/textMatch) – Allows to search [`CKEDITOR.dom.range`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_range.html) for matching text. +* [#1703](https://github.com/ckeditor/ckeditor4/issues/1703): Introduced the [Mentions](https://ckeditor.com/cke4/addon/mentions) plugin providing smart completion feature for custom text matches based on user input starting with a chosen marker character. +* [#1746](https://github.com/ckeditor/ckeditor4/issues/1703): Introduced the [Emoji](https://ckeditor.com/cke4/addon/emoji) plugin providing completion feature for emoji ideograms. +* [#1761](https://github.com/ckeditor/ckeditor4/issues/1761): The [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin now supports email links. + +Fixed Issues: + +* [#1458](https://github.com/ckeditor/ckeditor4/issues/1458): [Edge] Fixed: After blurring the editor it takes 2 clicks to focus a widget. +* [#1034](https://github.com/ckeditor/ckeditor4/issues/1034): Fixed: JAWS leaves forms mode after pressing the Enter key in an inline editor instance. +* [#1748](https://github.com/ckeditor/ckeditor4/pull/1748): Fixed: Missing [`CKEDITOR.dialog.definition.onHide`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dialog_definition.html#property-onHide) API documentation. Thanks to [sunnyone](https://github.com/sunnyone)! +* [#1321](https://github.com/ckeditor/ckeditor4/issues/1321): Fixed: Ideographic space character (`\u3000`) is lost when pasting text. +* [#1776](https://github.com/ckeditor/ckeditor4/issues/1776): Fixed: Empty caption placeholder of the [Image Base](https://ckeditor.com/cke4/addon/imagebase) plugin is not hidden when blurred. +* [#1592](https://github.com/ckeditor/ckeditor4/issues/1592): Fixed: The [Image Base](https://ckeditor.com/cke4/addon/imagebase) plugin caption is not visible after paste. +* [#620](https://github.com/ckeditor/ckeditor4/issues/620): Fixed: The [`config.forcePasteAsPlainText`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-forcePasteAsPlainText) option is not respected in internal and cross-editor pasting. +* [#1467](https://github.com/ckeditor/ckeditor4/issues/1467): Fixed: The resizing cursor of the [Table Resize](https://ckeditor.com/cke4/addon/tableresize) plugin appearing in the middle of a merged cell. + +API Changes: + +* [#850](https://github.com/ckeditor/ckeditor4/issues/850): Backward incompatibility: Replaced the `replace` dialog from the [Find / Replace](https://ckeditor.com/cke4/addon/find) plugin with a `tabId` option in the `find` command. +* [#1582](https://github.com/ckeditor/ckeditor4/issues/1582): The [`CKEDITOR.editor.addCommand()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-addCommand) method can now accept a [`CKEDITOR.command`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_command.html) instance as a parameter. +* [#1712](https://github.com/ckeditor/ckeditor4/issues/1712): The [`extraPlugins`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-extraPlugins), [`removePlugins`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-removePlugins) and [`plugins`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-plugins) configuration options allow whitespace. +* [#1802](https://github.com/ckeditor/ckeditor4/issues/1802): The [`extraPlugins`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-extraPlugins), [`removePlugins`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-removePlugins) and [`plugins`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-plugins) configuration options allow passing plugin names as an array. +* [#1724](https://github.com/ckeditor/ckeditor4/issues/1724): Added an option to the [`getClientRect()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_element.html#method-getClientRect) function allowing to retrieve an absolute bounding rectangle of the element, i.e. a position relative to the upper-left corner of the topmost viewport. +* [#1498](https://github.com/ckeditor/ckeditor4/issues/1498) : Added a new [`getClientRects()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_range.html#method-getClientRects) method to `CKEDITOR.dom.range`. It returns a list of rectangles for each selected element. +* [#1993](https://github.com/ckeditor/ckeditor4/issues/1993): Added the [`CKEDITOR.tools.throttle()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-throttle) function. + +Other Changes: + +* Updated [SCAYT](https://ckeditor.com/cke4/addon/scayt) (Spell Check As You Type) and [WebSpellChecker](https://ckeditor.com/cke4/addon/wsc) (WSC) plugins: + * Language dictionary update: Added support for the Uzbek Latin language. + * Languages no longer supported as additional languages: Manx - Isle of Man (`gv_GB`) and Interlingua (`ia_XR`). + * Extended and improved language dictionaries: Georgian and Swedish. Also added the missing word _"Ensure"_ to the American, British and Canada English language. + * [#141](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/141) Fixed: SCAYT throws "Uncaught Error: Error in RangyWrappedRange module: createRange(): Parameter must be a Window object or DOM node". + * [#153](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/153) [Chrome] Fixed: Correcting a word in the widget in SCAYT moves focus to another editable. + * [#155](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/155) [IE8] Fixed: SCAYT throws an error and does not work. + * [#156](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/156) [IE10] Fixed: SCAYT does not seem to work. + * Fixed: After some text is dragged and dropped, the markup is not refreshed for grammar problems in SCAYT. + * Fixed: Request to FastCGI fails when the user tries to replace a word with non-English characters with a proper suggestion in WSC. + * [Firefox] Fixed: Ctrl+Z removes focus in SCAYT. + * Grammar support for default languages was improved. + * New application source URL was added in SCAYT. + * Removed green marks and legend related to grammar-supported languages in the Languages tab of SCAYT. Grammar is now supported for almost all the anguages in the list for an additional fee. + * Fixed: JavaScript error in the console: "Cannot read property 'split' of undefined" in SCAYT and WSC. + * [IE10] Fixed: Markup is not set for a specific case in SCAYT. + * Fixed: Accessibility issue: No `alt` attribute for the logo image in the About tab of SCAYT. + +## CKEditor 4.9.2 + +**Security Updates:** + +* Fixed XSS vulnerability in the [Enhanced Image](https://ckeditor.com/cke4/addon/image2) (`image2`) plugin reported by [Kyaw Min Thein](https://twitter.com/kyawminthein99). + + Issue summary: It was possible to execute XSS inside CKEditor using the `` tag and specially crafted HTML. Please note that the default presets (Basic/Standard/Full) do not include this plugin, so you are only at risk if you made a custom build and enabled this plugin. + +We would like to thank the [Drupal security team](https://www.drupal.org/drupal-security-team) for bringing this matter to our attention and coordinating the fix and release process! + +## CKEditor 4.9.1 + +Fixed Issues: + +* [#1835](https://github.com/ckeditor/ckeditor4/issues/1835): Fixed: Integration between [CKFinder](https://ckeditor.com/ckeditor-4/ckfinder/) and the [File Browser](https://ckeditor.com/cke4/addon/filebrowser) plugin does not work. + +## CKEditor 4.9 + +New Features: + +* [#932](https://github.com/ckeditor/ckeditor4/issues/932): Introduced Easy Image feature for inserting images that are automatically rescaled, optimized, responsive and delivered through a blazing-fast CDN. Three new plugins were added to support it: + * [Easy Image](https://ckeditor.com/cke4/addon/easyimage), + * [Cloud Services](https://ckeditor.com/cke4/addon/cloudservices) + * [Image Base](https://ckeditor.com/cke4/addon/imagebase) +* [#1338](https://github.com/ckeditor/ckeditor4/issues/1338): Keystroke labels are displayed for function keys (like F7, F8). +* [#643](https://github.com/ckeditor/ckeditor4/issues/643): The [File Browser](https://ckeditor.com/cke4/addon/filebrowser) plugin can now upload files using XHR requests. This allows for setting custom HTTP headers using the [`config.fileTools_requestHeaders`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-fileTools_requestHeaders) configuration option. +* [#1365](https://github.com/ckeditor/ckeditor4/issues/1365): The [File Browser](https://ckeditor.com/cke4/addon/filebrowser) plugin uses XHR requests by default. +* [#1399](https://github.com/ckeditor/ckeditor4/issues/1399): Added the possibility to set [`CKEDITOR.config.startupFocus`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-startupFocus) as `start` or `end` to specify where the editor focus should be after the initialization. +* [#1441](https://github.com/ckeditor/ckeditor4/issues/1441): The [Magic Line](https://ckeditor.com/cke4/addon/magicline) plugin line element can now be identified by the `data-cke-magic-line="1"` attribute. + +Fixed Issues: + +* [#595](https://github.com/ckeditor/ckeditor4/issues/595): Fixed: Pasting does not work on mobile devices. +* [#869](https://github.com/ckeditor/ckeditor4/issues/869): Fixed: Empty selection clears cached clipboard data in the editor. +* [#1419](https://github.com/ckeditor/ckeditor4/issues/1419): Fixed: The [Widget Selection](https://ckeditor.com/cke4/addon/widgetselection) plugin selects the editor content with the Alt+A key combination on Windows. +* [#1274](https://github.com/ckeditor/ckeditor4/issues/1274): Fixed: [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) does not match a single selected image using the [`contextDefinition.cssSelector`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_balloontoolbar_contextDefinition.html#property-cssSelector) matcher. +* [#1232](https://github.com/ckeditor/ckeditor4/issues/1232): Fixed: [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) buttons should be registered as focusable elements. +* [#1342](https://github.com/ckeditor/ckeditor4/issues/1342): Fixed: [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) should be re-positioned after the [`change`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-change) event. +* [#1426](https://github.com/ckeditor/ckeditor4/issues/1426): [IE8-9] Fixed: Missing [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) background in the [Kama](https://ckeditor.com/cke4/addon/kama) skin. Thanks to [Christian Elmer](https://github.com/keinkurt)! +* [#1470](https://github.com/ckeditor/ckeditor4/issues/1470): Fixed: [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) is not visible after drag and drop of a widget it is attached to. +* [#1048](https://github.com/ckeditor/ckeditor4/issues/1048): Fixed: [Balloon Panel](https://ckeditor.com/cke4/addon/balloonpanel) is not positioned properly when a margin is added to its non-static parent. +* [#889](https://github.com/ckeditor/ckeditor4/issues/889): Fixed: Unclear error message for width and height fields in the [Image](https://ckeditor.com/cke4/addon/image) and [Enhanced Image](https://ckeditor.com/cke4/addon/image2) plugins. +* [#859](https://github.com/ckeditor/ckeditor4/issues/859): Fixed: Cannot edit a link after a double-click on the text in the link. +* [#1013](https://github.com/ckeditor/ckeditor4/issues/1013): Fixed: [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) does not work correctly with the [`config.forcePasteAsPlainText`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-forcePasteAsPlainText) option. +* [#1356](https://github.com/ckeditor/ckeditor4/issues/1356): Fixed: [Border parse function](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_style_parse.html#method-border) does not allow spaces in the color value. +* [#1010](https://github.com/ckeditor/ckeditor4/issues/1010): Fixed: The CSS `border` shorthand property was incorrectly expanded ignoring the `border-color` style. +* [#1535](https://github.com/ckeditor/ckeditor4/issues/1535): Fixed: [Widget](https://ckeditor.com/cke4/addon/widget) mouseover border contrast is insufficient. +* [#1516](https://github.com/ckeditor/ckeditor4/issues/1516): Fixed: Fake selection allows removing content in read-only mode using the Backspace and Delete keys. +* [#1570](https://github.com/ckeditor/ckeditor4/issues/1570): Fixed: Fake selection allows cutting content in read-only mode using the Ctrl/Cmd + X keys. +* [#1363](https://github.com/ckeditor/ckeditor4/issues/1363): Fixed: Paste notification is unclear and it might confuse users. + + +API Changes: + +* [#1346](https://github.com/ckeditor/ckeditor4/issues/1346): [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) [context manager API](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.plugins.balloontoolbar.contextManager.html) is now available in the [`pluginDefinition.init()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_pluginDefinition.html#method-init) method of the [requiring](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_pluginDefinition.html#property-requires) plugin. +* [#1530](https://github.com/ckeditor/ckeditor4/issues/1530): Added the possibility to use custom icons for [buttons](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ui_button.html.html). + +Other Changes: + +* Updated [SCAYT](https://ckeditor.com/cke4/addon/scayt) (Spell Check As You Type) and [WebSpellChecker](https://ckeditor.com/cke4/addon/wsc) (WSC) plugins: + * SCAYT [`scayt_minWordLength`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#scayt_minWordLength) configuration option now defaults to 3 instead of 4. + * SCAYT default number of suggested words in the context menu changed to 3. + * [#90](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/90): Fixed: Selection is lost on link creation if SCAYT highlights the word. + * Fixed: SCAYT crashes when the browser `localStorage` is disabled. + * [IE11] Fixed: `Unable to get property type of undefined or null reference` error in the browser console when SCAYT is disabled/enabled. + * [#46](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/46): Fixed: Editing is blocked when remote spell checker server is offline. + * Fixed: User Dictionary cannot be created in WSC due to `You already have the dictionary` error. + * Fixed: Words with apostrophe `'` on the replacement make the WSC dialog inaccessible. + * Fixed: SCAYT/WSC causes the `Uncaught TypeError` error in the browser console. +* [#1337](https://github.com/ckeditor/ckeditor4/issues/1337): Updated the samples layout with the new CKEditor 4 logo and color scheme. +* [#1591](https://github.com/ckeditor/ckeditor4/issues/1591): CKBuilder and language tools are now downloaded over HTTPS. Thanks to [August Detlefsen](https://github.com/augustd)! + +## CKEditor 4.8 + +**Important Notes:** + +* [#1249](https://github.com/ckeditor/ckeditor4/issues/1249): Enabled the [Upload Image](https://ckeditor.com/cke4/addon/uploadimage) plugin by default in standard and full presets. Also, it will no longer log an error in case of missing [`config.imageUploadUrl`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-imageUploadUrl) property. + +New Features: + +* [#933](https://github.com/ckeditor/ckeditor4/issues/933): Introduced [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) plugin. +* [#662](https://github.com/ckeditor/ckeditor4/issues/662): Introduced image inlining for the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#468](https://github.com/ckeditor/ckeditor4/issues/468): [Edge] Introduced support for the Clipboard API. +* [#607](https://github.com/ckeditor/ckeditor4/issues/607): Manually inserted Hex color is prefixed with a hash character (`#`) if needed. It ensures a valid Hex color value is used when setting the table cell border or background color with the [Color Dialog](https://ckeditor.com/cke4/addon/colordialog) window. +* [#584](https://github.com/ckeditor/ckeditor4/issues/584): [Font size and Family](https://ckeditor.com/cke4/addon/font) and [Format](https://ckeditor.com/cke4/addon/format) drop-downs are not toggleable anymore. Default option to reset styles added. +* [#856](https://github.com/ckeditor/ckeditor4/issues/856): Introduced the [`CKEDITOR.tools.keystrokeToArray()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-keystrokeToArray) method. It converts a keystroke into its string representation, returning every key name as a separate array element. +* [#1053](https://github.com/ckeditor/ckeditor4/issues/1053): Introduced the [`CKEDITOR.tools.object.merge()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_object.html#method-merge) method. It allows to merge two objects, returning the new object with all properties from both objects deeply cloned. +* [#1073](https://github.com/ckeditor/ckeditor4/issues/1073): Introduced the [`CKEDITOR.tools.array.every()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_array.html#method-every) method. It invokes a given test function on every array element and returns `true` if all elements pass the test. + +Fixed Issues: + +* [#796](https://github.com/ckeditor/ckeditor4/issues/796): Fixed: A list is pasted from OneNote in the reversed order. +* [#834](https://github.com/ckeditor/ckeditor4/issues/834): [IE9-11] Fixed: The editor does not save the selected state of radio buttons inserted by the [Form Elements](https://ckeditor.com/cke4/addon/forms) plugin. +* [#704](https://github.com/ckeditor/ckeditor4/issues/704): [Edge] Fixed: Using Ctrl/Cmd + Z breaks widget structure. +* [#591](https://github.com/ckeditor/ckeditor4/issues/591): Fixed: A column is inserted in a wrong order inside the table if any cell has a vertical split. +* [#787](https://github.com/ckeditor/ckeditor4/issues/787): Fixed: Using Cut inside a nested table does not cut the selected content. +* [#842](https://github.com/ckeditor/ckeditor4/issues/842): Fixed: List style not restored when toggling list indent level in the [Indent List](https://ckeditor.com/cke4/addon/indentlist) plugin. +* [#711](https://github.com/ckeditor/ckeditor4/issues/711): Fixed: Dragging widgets should only work with the left mouse button. +* [#862](https://github.com/ckeditor/ckeditor4/issues/862): Fixed: The "Object Styles" group in the [Styles Combo](https://ckeditor.com/cke4/addon/stylescombo) plugin is visible only if the whole element is selected. +* [#994](https://github.com/ckeditor/ckeditor4/pull/994): Fixed: Typo in the [`CKEDITOR.focusManager.focus()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_focusManager.html#method-focus) API documentation. Thanks to [benjy](https://github.com/benjy)! +* [#1014](https://github.com/ckeditor/ckeditor4/issues/1014): Fixed: The [Table Tools](https://ckeditor.com/cke4/addon/tabletools) Cell Properties dialog is now [Advanced Content Filter](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_acf.html) aware — it is not possible to change the cell width or height if corresponding styles are disabled. +* [#877](https://github.com/ckeditor/ckeditor4/issues/877): Fixed: A list with custom bullets with exotic characters crashes the editor when [pasted from Word](https://ckeditor.com/cke4/addon/pastefromword). +* [#605](https://github.com/ckeditor/ckeditor4/issues/605): Fixed: Inline widgets do not preserve trailing spaces. +* [#1008](https://github.com/ckeditor/ckeditor4/issues/1008): Fixed: Shorthand Hex colors from the [`config.colorButton_colors`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-colorButton_colors) option are not correctly highlighted in the [Color Button](https://ckeditor.com/cke4/addon/colorbutton) Text Color or Background Color panel. +* [#1094](https://github.com/ckeditor/ckeditor4/issues/1094): Fixed: Widget definition [`upcast`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget_definition.html#property-upcasts) methods are called for every element. +* [#1057](https://github.com/ckeditor/ckeditor4/issues/1057): Fixed: The [Notification](https://ckeditor.com/addon/notification) plugin overwrites Web Notifications API due to leakage to the global scope. +* [#1068](https://github.com/ckeditor/ckeditor4/issues/1068): Fixed: Upload widget paste listener ignores changes to the [`uploadWidgetDefinition`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.fileTools.uploadWidgetDefinition.html). +* [#921](https://github.com/ckeditor/ckeditor4/issues/921): Fixed: [Edge] CKEditor erroneously perceives internal copy and paste as type "external". +* [#1213](https://github.com/ckeditor/ckeditor4/issues/1213): Fixed: Multiple images uploaded using [Upload Image](https://ckeditor.com/cke4/addon/uploadimage) plugin are randomly duplicated or mangled. +* [#532](https://github.com/ckeditor/ckeditor4/issues/532): Fixed: Removed an outdated user guide link from the [About](https://ckeditor.com/cke4/addon/about) dialog. +* [#1221](https://github.com/ckeditor/ckeditor4/issues/1221): Fixed: Invalid CSS loaded by [Balloon Panel](https://ckeditor.com/cke4/addon/balloonpanel) plugin when [`config.skin`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-skin) is loaded using a custom path. +* [#522](https://github.com/ckeditor/ckeditor4/issues/522): Fixed: Widget selection is not removed when widget is inside table cell with [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin enabled. +* [#1027](https://github.com/ckeditor/ckeditor4/issues/1027): Fixed: Cannot add multiple images to the table with [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin in certain situations. +* [#1069](https://github.com/ckeditor/ckeditor4/issues/1069): Fixed: Wrong shape processing by [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#995](https://github.com/ckeditor/ckeditor4/issues/995): Fixed: Hyperlinked image gets inserted twice by [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#1287](https://github.com/ckeditor/ckeditor4/issues/1287): Fixed: [Widget](https://ckeditor.com/cke4/addon/widget) plugin throws exception if included in editor build but not loaded into editor's instance. + +API Changes: + +* [#1097](https://github.com/ckeditor/ckeditor4/issues/1097): Widget [`upcast`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget_definition.html#property-upcast) methods are now called in the [widget definition's](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget.html#property-definition) context. +* [#1118](https://github.com/ckeditor/ckeditor4/issues/1118): Added the `show` option in the [`balloonPanel.attach()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ui_balloonPanel.html#method-attach) method, allowing to attach a hidden [Balloon Panel](https://ckeditor.com/cke4/addon/balloonpanel) instance. +* [#1145](https://github.com/ckeditor/ckeditor4/issues/1145): Added the [`skipNotifications`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_fileTools_uploadWidgetDefinition.html#property-skipNotifications) option to the [`CKEDITOR.fileTools.uploadWidgetDefinition`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.fileTools.uploadWidgetDefinition.html), allowing to switch off default notifications displayed by upload widgets. + +Other Changes: + +* [#815](https://github.com/ckeditor/ckeditor4/issues/815): Removed Node.js dependency from the CKEditor build script. +* [#1041](https://github.com/ckeditor/ckeditor4/pull/1041), [#1131](https://github.com/ckeditor/ckeditor4/issues/1131): Updated URLs pointing to [CKSource](https://cksource.com/) and [CKEditor](https://ckeditor.com/) resources after the launch of new websites. + +## CKEditor 4.7.3 + +New Features: + +* [#568](https://github.com/ckeditor/ckeditor4/issues/568): Added possibility to adjust nested editables' filters using the [`CKEDITOR.filter.disallowedContent`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_filter.html#property-disallowedContent) property. + +Fixed Issues: + +* [#554](https://github.com/ckeditor/ckeditor4/issues/554): Fixed: [`change`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-change) event not fired when typing the first character after pasting into the editor. Thanks to [Daniel Miller](https://github.com/millerdev)! +* [#566](https://github.com/ckeditor/ckeditor4/issues/566): Fixed: The CSS `border` shorthand property with zero width (`border: 0px solid #000;`) causes the table to have the border attribute set to 1. +* [#779](https://github.com/ckeditor/ckeditor4/issues/779): Fixed: The [Remove Format](https://ckeditor.com/cke4/addon/removeformat) plugin removes elements with language definition inserted by the [Language](https://ckeditor.com/cke4/addon/language) plugin. +* [#423](https://github.com/ckeditor/ckeditor4/issues/423): Fixed: The [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin pastes paragraphs into the editor even if [`CKEDITOR.config.enterMode`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-enterMode) is set to `CKEDITOR.ENTER_BR`. +* [#719](https://github.com/ckeditor/ckeditor4/issues/719): Fixed: Image inserted using the [Enhanced Image](https://ckeditor.com/cke4/addon/image2) plugin can be resized when the editor is in [read-only mode](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_readonly.html). +* [#577](https://github.com/ckeditor/ckeditor4/issues/577): Fixed: The "Delete Columns" command provided by the [Table Tools](https://ckeditor.com/cke4/addon/tabletools) plugin throws an error when trying to delete columns. +* [#867](https://github.com/ckeditor/ckeditor4/issues/867): Fixed: Typing into a selected table throws an error. +* [#817](https://github.com/ckeditor/ckeditor4/issues/817): Fixed: The [Save](https://ckeditor.com/cke4/addon/save) plugin does not work in [Source Mode](https://ckeditor.com/cke4/addon/sourcearea). + +Other Changes: + +* Updated the [WebSpellChecker](https://ckeditor.com/cke4/addon/wsc) plugin: + * [#40](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/40): Fixed: IE10 throws an error when spell checking is started. +* [#800](https://github.com/ckeditor/ckeditor4/issues/800): Added the [`CKEDITOR.dom.selection.isCollapsed()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_selection.html#method-isCollapsed) method which is a simpler way to check if the selection is collapsed. +* [#830](https://github.com/ckeditor/ckeditor4/issues/830): Added an option to define which dialog tab should be shown by default when creating [`CKEDITOR.dialogCommand`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.dialogCommand.html). + +## CKEditor 4.7.2 + +New Features: + +* [#455](https://github.com/ckeditor/ckeditor4/issues/455): Added [Advanced Content Filter](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_acf.html) integration with the [Justify](https://ckeditor.com/cke4/addon/justify) plugin. + +Fixed Issues: + +* [#663](https://github.com/ckeditor/ckeditor4/issues/663): [Chrome] Fixed: Clicking the scrollbar throws an `Uncaught TypeError: element.is is not a function` error. +* [#694](https://github.com/ckeditor/ckeditor4/pull/694): Refactoring in the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin: + * [#520](https://github.com/ckeditor/ckeditor4/issues/520): Fixed: Widgets cannot be properly pasted into a table cell. + * [#460](https://github.com/ckeditor/ckeditor4/issues/460): Fixed: Editor gone after pasting into an editor within a table. +* [#579](https://github.com/ckeditor/ckeditor4/issues/579): Fixed: Internal `cke_table-faked-selection-table` class is visible in the Stylesheet Classes field of the [Table Properties](https://ckeditor.com/cke4/addon/table) dialog. +* [#545](https://github.com/ckeditor/ckeditor4/issues/545): [Edge] Fixed: Error thrown when pressing the [Select All](https://ckeditor.com/cke4/addon/selectall) button in [Source Mode](https://ckeditor.com/cke4/addon/sourcearea). +* [#582](https://github.com/ckeditor/ckeditor4/issues/582): Fixed: Double slash in the path to stylesheet needed by the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin. Thanks to [Marius Dumitru Florea](https://github.com/mflorea)! +* [#491](https://github.com/ckeditor/ckeditor4/issues/491): Fixed: Unnecessary dependency on the [Editor Toolbar](https://ckeditor.com/cke4/addon/toolbar) plugin inside the [Notification](https://ckeditor.com/cke4/addon/notification) plugin. +* [#646](https://github.com/ckeditor/ckeditor4/issues/646): Fixed: Error thrown into the browser console after opening the [Styles Combo](https://ckeditor.com/cke4/addon/stylescombo) plugin menu in the editor without any selection. +* [#501](https://github.com/ckeditor/ckeditor4/issues/501): Fixed: Double click does not open the dialog for modifying anchors inserted via the [Link](https://ckeditor.com/cke4/addon/link) plugin. +* [#9780](https://dev.ckeditor.com/ticket/9780): [IE8-9] Fixed: Clicking inside an empty [read-only](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-readOnly) editor throws an error. +* [#16820](https://dev.ckeditor.com/ticket/16820): [IE10] Fixed: Clicking below a single horizontal rule throws an error. +* [#426](https://github.com/ckeditor/ckeditor4/issues/426): Fixed: The [`range.cloneContents()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_range.html#method-cloneContents) method selects the whole element when the selection starts at the beginning of that element. +* [#644](https://github.com/ckeditor/ckeditor4/issues/644): Fixed: The [`range.extractContents()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_range.html#method-extractContents) method returns an incorrect result when multiple nodes are selected. +* [#684](https://github.com/ckeditor/ckeditor4/issues/684): Fixed: The [`elementPath.contains()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_elementPath.html#method-contains) method incorrectly excludes the last element instead of root when the `fromTop` parameter is set to `true`. + +Other Changes: + +* Updated the [SCAYT](https://ckeditor.com/cke4/addon/scayt) (Spell Check As You Type) plugin: + * [#148](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/148): Fixed: SCAYT leaves underlined word after the CKEditor Replace dialog corrects it. +* [#751](https://github.com/ckeditor/ckeditor4/issues/751): Added the [`CKEDITOR.dom.nodeList.toArray()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_nodeList.html#method-toArray) method which returns an array representation of a [node list](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.dom.nodeList.html). + +## CKEditor 4.7.1 + +New Features: + +* Added a new Mexican Spanish localization. Thanks to [David Alexandro Rodriguez](https://www.transifex.com/user/profile/darsco16/)! +* [#413](https://github.com/ckeditor/ckeditor4/issues/413): Added Paste as Plain Text keyboard shortcut to the [Accessibility Help](https://ckeditor.com/cke4/addon/a11yhelp) instructions. + +Fixed Issues: + +* [#515](https://github.com/ckeditor/ckeditor4/issues/515): [Chrome] Fixed: Mouse actions on CKEditor scrollbar throw an exception when the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin is loaded. +* [#493](https://github.com/ckeditor/ckeditor4/issues/493): Fixed: Selection started from a nested table causes an error in the browser while scrolling down. +* [#415](https://github.com/ckeditor/ckeditor4/issues/415): [Firefox] Fixed: Enter key breaks the table structure when pressed in a table selection. +* [#457](https://github.com/ckeditor/ckeditor4/issues/457): Fixed: Error thrown when deleting content from the editor with no selection. +* [#478](https://github.com/ckeditor/ckeditor4/issues/478): [Chrome] Fixed: Error thrown by the [Enter Key](https://ckeditor.com/cke4/addon/enterkey) plugin when pressing Enter with no selection. +* [#424](https://github.com/ckeditor/ckeditor4/issues/424): Fixed: Error thrown by [Tab Key Handling](https://ckeditor.com/cke4/addon/tab) and [Indent List](https://ckeditor.com/cke4/addon/indentlist) plugins when pressing Tab with no selection in inline editor. +* [#476](https://github.com/ckeditor/ckeditor4/issues/476): Fixed: Anchors inserted with the [Link](https://ckeditor.com/cke4/addon/link) plugin on collapsed selection cannot be edited. +* [#417](https://github.com/ckeditor/ckeditor4/issues/417): Fixed: The [Table Resize](https://ckeditor.com/cke4/addon/tableresize) plugin throws an error when used with a table with only header or footer rows. +* [#523](https://github.com/ckeditor/ckeditor4/issues/523): Fixed: The [`editor.getCommandKeystroke()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-getCommandKeystroke) method does not obtain the correct keystroke. +* [#534](https://github.com/ckeditor/ckeditor4/issues/534): [IE] Fixed: [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) does not work in Quirks Mode. +* [#450](https://github.com/ckeditor/ckeditor4/issues/450): Fixed: [`CKEDITOR.filter`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.filter.html) incorrectly transforms the `margin` CSS property. + +## CKEditor 4.7 + +**Important Notes:** + +* [#13793](https://dev.ckeditor.com/ticket/13793): The [`embed_provider`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-embed_provider) configuration option for the [Media Embed](https://ckeditor.com/cke4/addon/embed) and [Semantic Media Embed](https://ckeditor.com/cke4/addon/embedsemantic) plugins is no longer preset by default. +* The [UI Color](https://ckeditor.com/cke4/addon/uicolor) plugin now uses a custom color picker instead of the `YUI 2.7.0` library which has some known vulnerabilities (it's a security precaution, there was no security issue in CKEditor due to the way it was used). + +New Features: + +* [#16755](https://dev.ckeditor.com/ticket/16755): Added the [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin that lets you select and manipulate an arbitrary rectangular table fragment (a few cells, a row or a column). +* [#16961](https://dev.ckeditor.com/ticket/16961): Added support for pasting from Microsoft Excel. +* [#13381](https://dev.ckeditor.com/ticket/13381): Dynamic code evaluation call in [`CKEDITOR.template`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.template.html) removed. CKEditor can now be used without the `unsafe-eval` Content Security Policy. Thanks to [Caridy Patiño](http://caridy.name)! +* [#16971](https://dev.ckeditor.com/ticket/16971): Added support for color in the `background` property containing also other styles for table cells in the [Table Tools](https://ckeditor.com/cke4/addon/tabletools) plugin. +* [#16847](https://dev.ckeditor.com/ticket/16847): Added support for parsing and inlining any formatting created using the Microsoft Word style system to the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#16818](https://dev.ckeditor.com/ticket/16818): Added table cell height parsing in the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#16850](https://dev.ckeditor.com/ticket/16850): Added a new [`config.enableContextMenu`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-enableContextMenu) configuration option for enabling and disabling the [context menu](https://ckeditor.com/cke4/addon/contextmenu). +* [#16937](https://dev.ckeditor.com/ticket/16937): The `command` parameter in [`CKEDITOR.editor.getCommandKeystroke()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-getCommandKeystroke) now also accepts a command name as an argument. +* [#17010](https://dev.ckeditor.com/ticket/17010): The [`CKEDITOR.dom.range.shrink()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_range.html#method-shrink) method now allows for skipping bogus `
` elements. + +Fixed Issues: + +* [#16935](https://dev.ckeditor.com/ticket/16935): [Chrome] Fixed: Blurring the editor in [Source Mode](https://ckeditor.com/cke4/addon/sourcearea) throws an error. +* [#16825](https://dev.ckeditor.com/ticket/16825): [Chrome] Fixed: Error thrown when destroying a focused inline editor. +* [#16857](https://dev.ckeditor.com/ticket/16857): Fixed: Ctrl+Shift+V blocked by [Copy Formatting](https://ckeditor.com/cke4/addon/copyformatting). +* [#16845](https://dev.ckeditor.com/ticket/16845): [IE] Fixed: Cursor jumps to the top of the scrolled editor after focusing it when the [Copy Formatting](https://ckeditor.com/cke4/addon/copyformatting) plugin is enabled. +* [#16786](https://dev.ckeditor.com/ticket/16786): Fixed: Added missing translations for the [Copy Formatting](https://ckeditor.com/cke4/addon/copyformatting) plugin. +* [#14714](https://dev.ckeditor.com/ticket/14714): [WebKit/Blink] Fixed: Exception thrown on refocusing a blurred inline editor. +* [#16913](https://dev.ckeditor.com/ticket/16913): [Firefox, IE] Fixed: [Paste as Plain Text](https://ckeditor.com/cke4/addon/pastetext) keystroke does not work. +* [#16968](https://dev.ckeditor.com/ticket/16968): Fixed: [Safari] [Paste as Plain Text](https://ckeditor.com/cke4/addon/pastetext) is not handled by the editor. +* [#16912](https://dev.ckeditor.com/ticket/16912): Fixed: Exception thrown when a single image is pasted using [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword). +* [#16821](https://dev.ckeditor.com/ticket/16821): Fixed: Extraneous `` elements with `height` style stacked when [pasting from Word](https://ckeditor.com/cke4/addon/pastefromword). +* [#16866](https://dev.ckeditor.com/ticket/16866): [IE, Edge] Fixed: Whitespaces not preserved when [pasting from Word](https://ckeditor.com/cke4/addon/pastefromword). +* [#16860](https://dev.ckeditor.com/ticket/16860): Fixed: Paragraphs which only look like lists incorrectly transformed into them when [pasting from Word](https://ckeditor.com/cke4/addon/pastefromword). +* [#16817](https://dev.ckeditor.com/ticket/16817): Fixed: When [pasting from Word](https://ckeditor.com/cke4/addon/pastefromword), paragraphs are transformed into lists with some corrupted data. +* [#16833](https://dev.ckeditor.com/ticket/16833): [IE11] Fixed: Malformed list with headers [pasted from Word](https://ckeditor.com/cke4/addon/pastefromword). +* [#16826](https://dev.ckeditor.com/ticket/16826): [IE] Fixed: Superfluous paragraphs within lists [pasted from Word](https://ckeditor.com/cke4/addon/pastefromword). +* [#12465](https://dev.ckeditor.com/ticket/12465): Fixed: Cannot change the state of checkboxes or radio buttons if the properties dialog was invoked with a double-click. +* [#13062](https://dev.ckeditor.com/ticket/13062): Fixed: Impossible to unlink when the caret is at the edge of the link. +* [#13585](https://dev.ckeditor.com/ticket/13585): Fixed: Error when wrapping two adjacent `
` elements with a `
`. +* [#16811](https://dev.ckeditor.com/ticket/16811): Fixed: Table alignment is not preserved by the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#16810](https://dev.ckeditor.com/ticket/16810): Fixed: Vertical align in tables is not supported by the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin. +* [#11956](https://dev.ckeditor.com/ticket/11956): [Blink, IE] Fixed: [Link](https://ckeditor.com/cke4/addon/link) dialog does not open on a double click on the second word of the link with a background color or other styles. +* [#10472](https://dev.ckeditor.com/ticket/10472): Fixed: Unable to use [Table Resize](https://ckeditor.com/cke4/addon/tableresize) on table header and footer. +* [#14762](https://dev.ckeditor.com/ticket/14762): Fixed: Hovering over an empty table (without rows or cells) throws an error when the [Table Resize](https://ckeditor.com/cke4/addon/tableresize) plugin is active. +* [#16777](https://dev.ckeditor.com/ticket/16777): [Edge] Fixed: The [Clipboard](https://ckeditor.com/cke4/addon/clipboard) plugin does not allow to drop widgets into the editor. +* [#14894](https://dev.ckeditor.com/ticket/14894): [Chrome] Fixed: The editor scrolls to the top after focusing or when a dialog is opened. +* [#14769](https://dev.ckeditor.com/ticket/14769): Fixed: URLs with '-' in host are not detected by the [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin. +* [#16804](https://dev.ckeditor.com/ticket/16804): Fixed: Focus is not on the first menu item when the user opens a context menu or a drop-down list from the editor toolbar. +* [#14407](https://dev.ckeditor.com/ticket/14407): [IE] Fixed: Non-editable widgets can be edited. +* [#16927](https://dev.ckeditor.com/ticket/16927): Fixed: An error thrown if a bundle containing the [Color Button](https://ckeditor.com/cke4/addon/colorbutton) plugin is run in ES5 strict mode. Thanks to [Igor Rubinovich](https://github.com/IgorRubinovich)! +* [#16920](https://dev.ckeditor.com/ticket/16920): Fixed: Several plugins not using the [Dialog](https://ckeditor.com/cke4/addon/dialog) plugin as a direct dependency. +* [PR#336](https://github.com/ckeditor/ckeditor4/pull/336): Fixed: Typo in [`CKEDITOR.getCss()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#method-getCss) API documentation. Thanks to [knusperpixel](https://github.com/knusperpixel)! +* [#17027](https://dev.ckeditor.com/ticket/17027): Fixed: Command event data should be initialized as an empty object. +* Fixed the behavior of HTML parser when parsing `src`/`srcdoc` attributes of the `