typeahead.js icon indicating copy to clipboard operation
typeahead.js copied to clipboard

[Fixes #1243] Fix IE scrolling with mouse not working with overflow-y, fix focus loss in IE8

Open septagram opened this issue 10 years ago • 1 comments

I may have been unable to fix this cleanly, unfortunately. The thing is the "blurred" event should not be fired by the Input object of the typeahead, but the preventDefault and stopImmediatePropagation in the event caught in _hacks did stop the event when overlow-y was used.

So I have moved the code for checking this into the Input class, because the _hacks are unfortunately not visible from there.

Also, I failed to figure out the build and testing system, sorry.

septagram avatar Jul 27 '15 16:07 septagram

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jul 18 '19 15:07 CLAassistant