Custom button on_click not working in Firefox and IE

Snippet: https://snippet.webix.com/ys5szsi2

Working in Chrome

Hello,

Firefox and IE process click events differently - they do not count for elements lying within the “button” tag.

To make your custom view cross-browser, you can define a different rendering template, which will place the checkbox icon into a “div” container: Code Snippet