http://webix.com/snippet/c5603c36
- open the url in IE11
- select some value for “Released” column
- click the “Show/Hide Votes” button above, then error throw
http://webix.com/snippet/c5603c36
It works for me
http://webix.com/snippet/8bc1f92a
I have changed button type to “toggle”, as this.getValue has not sense for a common button.
I have try this snippet, but not works in IE11 also.
I try to edit webix_debug.js@2.5.14
from line 27660 of multiselect
$setValue:function(value){
if (!this._rendered_input) return;
if (!this.getInputNode()) return; // add this code, that will works in IE11
var popup = this.getPopup();
click anywhere to close the popup
I can confirm the issue now, thanks for description
Hi, any update for this?
Must be already fixed in the latest build.