issues
search
zillow
/
react-slider
Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
892
stars
231
forks
source link
[FIX] Fixed issue with blur on IE9
#32
Closed
tjankowski
closed
9 years ago
tjankowski
commented
9 years ago
It resolve issue described here #34 :
IE9 has issue with blur function - browser window loses focus when blur is called on body
more description here:
https://stackoverflow.com/questions/5657371/ie9-window-loses-focus-due-to-jquery-mobile#12150059
qwtel
commented
9 years ago
thanks!
It resolve issue described here #34 :