This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Keyboard Button Interaction Bug #991
Closed
Description
I found an odd bug to do with the mdButton directive and keyboard interaction.
Example here: http://plnkr.co/edit/6QhhohD5fwYtIkb8GDT3?p=preview
Steps:
- Click into input.
- Tab to normal button.
- Press Enter/Spacebar - count increments by 2!
- Tab to md-button
- Press Enter/Spacebar - count decrements by 2!
- Comment out the angular-material.min.js script and the DI in the module definition.
- Repeat steps 1 - 3 - count increments by 1!!!