ckeditor4 icon indicating copy to clipboard operation
ckeditor4 copied to clipboard

Editor crashes with incorrectly formatted HTML

Open jacekbogdanski opened this issue 4 years ago • 0 comments

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Make sure to use editor instance without div element enabled (e.g. you will have to remove format plugin which allows divs in the default configuration).
  2. Paste the below HTML to the source area:
<style></script>
<<script></script>
<div> xxx
  1. Switch to the editing area.

Expected result

Incorrect HTML should be cleaned up.

Actual result

Editor crashes with error message: image

jacekbogdanski avatar Sep 20 '21 12:09 jacekbogdanski