blockEvent() should cascade to children

I’m trying to block events from propagating to the elements of a form when I call setValues(), so that onChange handlers don’t fire. The problem is that $$('form').blockEvent() doesn’t work. The workaround is to queryView() all children…

https://snippet.webix.com/t7cfdyj8

  1. Is this intended or a bug?
    IMO blocking events in a view should block events in all child views.
  2. blockEvent<b>s</b> seems like a more appropriate name.

Hello,

Thank you for the report! We will investigate the problem

Yes, it’s expected behaviour, but we will consider your suggestion

Also, you can try this: https://snippet.webix.com/u9z1mdde