1. Open inlineall.html or sharedspace.html sample
2. Click in one of editors
3. 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.
--
Ticket URL: <http://dev.ckeditor.com/ticket/17028>
CKEditor <http://ckeditor.com/>
The text editor for the Internet
Old description:
> == Steps to reproduce ==
>
> 1. Open inlineall.html or sharedspace.html sample
> 2. Click in one of editors
> 3. 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.
New description:
== Steps to reproduce ==
1. Open inlineall.html or sharedspace.html sample
2. Click in one of editors
3. 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[[BR]]
**URL:** ckeditor-dev/plugins/indent/plugin.js[[BR]]
**Line:** 366
== Other details (browser, OS, CKEditor version, installed plugins) ==
Problem can be reproduced from CKEditor 4.6.2 only in Chrome.
--
--
Ticket URL: <http://dev.ckeditor.com/ticket/17028#comment:1>
* status: new => confirmed
* priority: Normal => Nice to have (we want to work on it)
--
Ticket URL: <http://dev.ckeditor.com/ticket/17028#comment:2>
* milestone: => CKEditor 4.7.1
--
Ticket URL: <http://dev.ckeditor.com/ticket/17028#comment:3>
* status: confirmed => closed
* resolution: => fixed
Comment:
Fixed in https://github.com/ckeditor/ckeditor-dev/issues/424.
--
Ticket URL: <http://dev.ckeditor.com/ticket/17028#comment:4>