Polyfill for Object.keys() doesn't accept non-objects on IE8 #3381
Labels
browser:ie8
The issue can only be reproduced in the Internet Explorer 8 browser.
core
The issue is caused by the editor core code.
status:confirmed
An issue confirmed by the development team.
target:major
Any docs related issue that should be merged into a major branch.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
CKEDITOR.tools.object.keys( undefined )
orCKEDITOR.tools.object.keys( null )
on IE8 browserExpected result
An empty array as it works for other browsers.
Actual result
Throw an error: "Object expected"
Other details
The text was updated successfully, but these errors were encountered: