Opened 8 years ago
Closed 8 years ago
#17028 closed Bug (fixed)
Tabbing through inline editor causes JavaScript error.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Nice to have (we want to work on it) | Milestone: | CKEditor 4.7.1 |
Component: | General | Version: | 4.6.2 |
Keywords: | Chrome | Cc: |
Description (last modified by )
Steps to reproduce
- Open inlineall.html or sharedspace.html sample
- Click in one of editors
- Start pressing tab
Expected result
No errors get thrown.
Actual result
Cannot read property 'contains' of null
is thrown once you leave last inline editor in sharedspace or after focusing third editor in inline all.
Message: Cannot read property 'contains' of null
URL: ckeditor-dev/plugins/indent/plugin.js
Line: 366
Other details (browser, OS, CKEditor version, installed plugins)
Problem can be reproduced from CKEditor 4.6.2 only in Chrome.
Change History (4)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 8 years ago by
Priority: | Normal → Nice to have (we want to work on it) |
---|---|
Status: | new → confirmed |
comment:3 Changed 8 years ago by
Milestone: | → CKEditor 4.7.1 |
---|
comment:4 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed in https://github.com/ckeditor/ckeditor-dev/issues/424.