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.
Hello Michael,
I have investigated your issue, and I have asked our engineering staff to examine this further. To ensure that it will receive attention, I have logged this behavior in our internal tracking system with a Development ID of 213647. The next step will be for a developer to review my investigation and confirm my findings or to offer a fix, or other resolution.
I will leave this case open and update you with any new information after the review. You can also continue to send updates to this case at any time.
You can view the status of the development issue connected to this case by selecting the "Development Issues" tab when viewing this case on the web site.
Please let me know if you need more information.
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.
I have the same issue, but rather than bootstrap - I am using jqueryui. I've included a sample.