corejavascript / corejavascript/typeahead.js
IE11.0.47 scrollbar closes dropdown
Open
- Dominant language
- JavaScript
- Stars
- 968
- Forks
- 231
- PR merge metrics
- No merged PRs in 30d
Description
Fairly annoying issue that just started from this release of IE.
https://github.com/Dogfalo/materialize/issues/901
https://github.com/selectize/selectize.js/issues/1004
https://github.com/mgcrea/angular-strap/issues/1202
The e.target is always == to the Input element which caused it (as expected)
The activeElement is always == the body of the doc when clicking the scrollbar.
Running low on ideas of how to fix this....
Contributor guide
Assessment
This issue has not been assessed yet.