EricR
1
Hello,
I have see in the webix_debug.js that the onAfterUnSelect event sometimes are with lower case for the “s” of unselect and sometimes upper case.
I think the right typo is always with S in capital letter because the event onBeforeUnSelect is always with S in capital letter.
Reference: webix UI v.3.0.8
Regards,
Eric.
maksim
2
Event names are case insensitive, so you can use
attachEvent("onAfTeRuNsElEcT", handler);
and it will work correctly.
We will check the code and will normalize the event name anyway. Thanks for reporting the issue.
EricR
3
Ok. Thanks.
Note: I just see this, but I don’t use it.