fabien-d / alertify.js

JavaScript Alert/Notification System
http://fabien-d.github.com/alertify.js/
4.26k stars 726 forks source link

Fix SPACE key handling #232

Open MohammadYounes opened 10 years ago

MohammadYounes commented 10 years ago

The button's onclick event will fire both for mouse clicks and when the space key is pressed while the button has focus.

Test case: Open a confirm dialog then tab to focus the Cancel button then press space key, the Ok event will be triggered.

Issue #12 is no longer valid, as PR #33 maintains tab focus inside the dialog until an action happens.