You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
If you click on another DOM-Element than md-fab-speed-dial it closes the speed-dial in chrome but not in Firefox. I assume it should close the speed-dial in Firefox, too. This bug is reproducible in your demo.
If you click into an input field with open speed-dial, it prevents typing spaces.
fabSpeedDial/fabController.js line 230:
case $mdConstant.KEY_CODE.SPACE: event.preventDefault(); return false;