-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Missing toString method passing an object as kendo.Observable #6308
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
Comments
The issue persist when using prototype to override the toString method. Refer to this example - https://dojo.telerik.com/EpemoliS. |
Related to: #5973 |
A similar issue is also present when assigning a jQuery object to a field in the observable. Here is a Dojo demonstrating the result: |
Dojo to test #5973: https://dojo.telerik.com/@iankodj/EBIguToM |
Bug report
If an object has an overridden toString method and is passed as a kendo.Observable the toString method of the object is not passed. This is a regression introduced with v2020.3.1023.
Reproduction of the problem
Expected/desired behavior
The custom toString method should be passed, as in v2020.3.915: dojo
Environment
The text was updated successfully, but these errors were encountered: