Bug: showColumnBatch failed when using multiSelectFilter in IE11

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

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();
  • open the url in IE11 (Chrome is OK, just in IE)
  • select some value for “Released” column, click anywhere to close the popup
  • click the “Show/Hide Votes” button above, then error throw

I can confirm the issue now, thanks for description

Hi, any update for this?

Must be already fixed in the latest build.