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

Tabbing through two inline editors throws TypeError: Cannot read property 'contains' of null #585

Closed
bradbalfour opened this issue Jun 29, 2017 · 1 comment
Labels
resolution:duplicate A duplicate of an already reported issue.

Comments

@bradbalfour
Copy link

Are you reporting a feature or a bug?

Bug

https://dev.ckeditor.com/ticket/17028

Provide detailed reproduction steps (if any)

  1. Create a page with 2 inline CKEditors
  2. change text in the first editor
  3. tab out of the first editor and into the second editor
  4. tab out of the second editor

Expected result

CKEditor works with no errors

Actual result

Uncaught TypeError: Cannot read property 'contains' of null
    at c.getContext (ckeditor.js:696)
    at c.<anonymous> (ckeditor.js:701)
    at a.h (ckeditor.js:10)
    at a.window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.event.CKEDITOR.event.fire (ckeditor.js:11)
    at a.window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.editor.CKEDITOR.editor.fire (ckeditor.js:13)
    at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.keystrokeHandler.f (ckeditor.js:227)
    at g.h (ckeditor.js:10)
    at g.window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.event.CKEDITOR.event.fire (ckeditor.js:11)
    at HTMLDivElement.<anonymous> (ckeditor.js:57)

Other details

  • Browser: Version 58.0.3029.110 (64-bit)
  • OS: Mac OS X v10.12.5 (Sierra)
  • CKEditor version: 4.6.2
  • Installed CKEditor plugins:
@mlewand
Copy link
Contributor

mlewand commented Jun 29, 2017

Duplicate of #424.

This has been fixed in 4.7.1.

@mlewand mlewand closed this as completed Jun 29, 2017
@mlewand mlewand added the resolution:duplicate A duplicate of an already reported issue. label Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:duplicate A duplicate of an already reported issue.
Projects
None yet
Development

No branches or pull requests

2 participants