ckeditor4-angular icon indicating copy to clipboard operation
ckeditor4-angular copied to clipboard

Form demo throws an error in the source mode while typing

Open f1ames opened this issue 6 years ago • 1 comments

Are you reporting a feature request or a bug?

Bug

Provide detailed reproduction steps (if any)

Extracted from #89.

  1. Go to https://ckeditor.com/docs/ckeditor4/latest/examples/angular.html#/forms.
  2. Switch to Source mode.
  3. Start typing.
  4. Press enter.

Expected result

No error.

Actual result

Error is thrown:

image

Other details

  • Browser: Chrome
  • OS: macOS
  • Integration version: 1.0.1
  • CKEditor version: 4.13.1
  • Installed CKEditor plugins: -

f1ames avatar Feb 06 '20 09:02 f1ames

This is a general integration issue as I was able to reproduce it on demo page in docs, in demo from integration repo and in the custom project.

Dumluregn avatar Mar 05 '20 14:03 Dumluregn