ideaconsult / Toxtree.js

http://ideaconsult.github.io/Toxtree.js/
2 stars 3 forks source link

Internet Explorer issue : the selection lists are open by default #164

Closed vedina closed 7 years ago

vedina commented 8 years ago

The screenshot shows the screen right after clicking on the “+” icon in working matrix.

The selection lists are open by default and prevent using the form. IE only issue, works OK in Chrome.

image

vedina commented 8 years ago

@gonzomir , @thejonan - this is still an open issue, could you please look it up.

gonzomir commented 8 years ago

I thing I managed to fix this, or more precisely to avoid the issue. I couldn't get to the root of the problem - i.e. why IE opens the autocomplete menu while other browsers don't - but avoided it by returning empty result when the search term is empty in the function, supplied as a source option to the autocomplete widget. See #193.