Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when typing in editor placeholder test #4249

Closed
FilipTokarski opened this issue Sep 2, 2020 · 0 comments · Fixed by #4251
Closed

Crash when typing in editor placeholder test #4249

FilipTokarski opened this issue Sep 2, 2020 · 0 comments · Fixed by #4251
Labels
plugin:editorplaceholder The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Milestone

Comments

@FilipTokarski
Copy link
Member

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Create full-all build in ckeditor4-presets
  2. Open test /tests/plugins/editorplaceholder/manual/fullpage
  3. Type something

Expected result

No errors in console

Actual result

Uncaught TypeError: Cannot read property '1' of null
    at a.f (ckeditor.js:849)
    at a.e (ckeditor.js:10)
    at a.<anonymous> (ckeditor.js:11)
    at a.CKEDITOR.editor.CKEDITOR.editor.fire (ckeditor.js:13)
    at CKEDITOR.plugins.undo.UndoManager.type (ckeditor.js:1263)
    at CKEDITOR.plugins.undo.NativeEditingHandler.onKeyup (ckeditor.js:1274)
    at $.e (ckeditor.js:10)
    at $.fire (ckeditor.js:11)
    at HTMLBodyElement.<anonymous> (ckeditor.js:69)

Other details

  • latest major branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin:editorplaceholder The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants