Hello,
I recently discovered that scrolling through an igCombo using the scrollbar (clicking on it) does not work (it automatically closes the combobox) when your igCombo is inside a Bootstrap Modal (only in IE, in Chrome this works correctly).
I made a jsFiddle showing this behavior: http://jsfiddle.net/jccajkv2/
Do you think it's possible to have a workaround for this?
If you need more information feel free to ask.
Thank you.
Never heard anything back. They said it worked for bootstrap - but I never got it working in jqueryui.
We are also experiencing the same issue with JQueryUI - have there been any updates?
This may work for bootstrap, but I am having the same issue with JQueryUI. I've attached an example to my previous post in this thread, but haven't heard anything back.
I have the same issue, but rather than bootstrap - I am using jqueryui. I've included a sample.
Hello Michael,
Just wanted to inform you that scrollbar automatically close the igComo is not an development issue ,
Rather It is caused by the bootstrap modal element stealing the focus. The solution is to override the enforceFocus option:
$(function () { $.fn.modal.Constructor.prototype.enforceFocus = function () {};
Please find the modified sample project working in both (IE and chrome)
Let me know if you need more information regarding the same.