day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

Fix for IE: don't close dropdown when scrollbar clicked #179

Closed wlad777 closed 5 years ago

wlad777 commented 6 years ago

IE bug: blur event is fired when clicking on drop's scrollbar. Fix: don't change drop-showing? if mouse inside of the drop.

Gregg8 commented 5 years ago

Thanks for your PR :-) Our aim is to minimise the number of args in each component so we can't add one just to get round a bug in IE. On a positive note, it works fine under Edge. Closing.