negomi / react-burger-menu

:hamburger: An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
http://negomi.github.io/react-burger-menu/
MIT License
5.05k stars 586 forks source link

document.activeElement not defined in IE11 #300

Closed Sebastiansc closed 5 years ago

Sebastiansc commented 5 years ago

Error: unable to get property 'blur' of undefined or null reference.

document.activeElement.blur();`

By default document.activeElement should return document.body. This is working fine on other browsers but it is null in IE11

ajoshi0 commented 5 years ago

broken in release 2.6.0 https://github.com/negomi/react-burger-menu/commit/095605de825a36770757c996bc0ad85f8317b5cc

negomi commented 5 years ago

Fixed in v2.6.4