CKEDITOR.tools.createClass is unable to overwrite members #3120
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.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
Expected result
In both console logs, you can see overwritten
toString
methods.Actual result
Console log for the class created using
CKEDITOR.tools.createClass
prints[object Object]
which means that thetoString
method has not been overwritten.Other details
It may be related only to the native members.
The text was updated successfully, but these errors were encountered: