Skip to content

v2.23.3

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 20 Dec 07:28
· 1494 commits to release since this release
907ec16

Hotfix (since version 2.22.0)

  • Fixed a bug where the Enter key did not work in the PRE(code) tag.
  • Fixed a bug where "imagesInfo" of image tags was not created right after editor creating when inside there were images.
  • Fixed bug where outdent button was still disabled after indentation.
  • Fixed a bug where characters were not deleted when the number of characters became the "maxCharCount" value.
  • Fixed a bug that caused scrolling to the top when selecting table cells in IE browser.

Translation

Enhancement

  • Added "ignoreChangeEvent" argument to history.reset method.
  • Changed the "selection" object to be deleted when selecting an image or video component.
  • Modified to give focus to the first TD when creating a table.

Bugfix

  • Since version 2.18.0, a bug was fixed in which the text of the image caption was not selected in the Safari browser.
  • Fixed a bug where images were not selected because "imagesInfo" and image elements were different after calling the "setOptions" method.
    (Fixed the "onImageUpload" event to be recalled with "update" state after calling the "setOptions" method.)
  • Fixed a bug where vertical size was not applied correctly when using center alignment for % size in dialog box.
  • Fixed bug where "zero width space" was removed even with direction keys such as arrow keys, which prevented the inserted tag from get focus.

Maintainence

  • Fixed left and right margin values of blockquote tag to 0.
  • Modified that not to selected text range during table cells selection.
  • Added an "element" attribute that is an element of an image tag to "imagesInfo".
  • Added the "notHistoryPush" argument to the core.insertComponent method.
  • Added removeRange, selectComponent, focusEdge method to core object.