Comment widget bug

Hello,

I think there might be a bug with the comment widget. When I try to add it to a window and then close the window, i get a script ere. You can see the snippet here. I’ve tried it various ways and the same error pops up.

Has anyone encountered this? Is there a workaround?

Thanks

Hello,

Yep, it’s a known issue related to view destruction, and it is already fixed in the latest 6.1.3 Pro build.

and then close the window

Using window .hide() instead of .close() - if it suits your requirement - will solve this problem, as hiding does not destroy the widget: Code Snippet

However, in Jet environment views are destroyed during app flow, so this workaround will not work.

If you are using Webix GPL and the issue is critical for you, please contact support@webix.com and reference this discussion.