issues
search
wheely
/
ember-dialog
An Ember Addon able you to easily create routable dialog windows
http://wheely.github.io/ember-dialog/
MIT License
37
stars
12
forks
source link
Add keyboard support
#54
Open
ajile
opened
8 years ago
ajile
commented
8 years ago
[ ]
Escape
button should close dialog window.
For
alert
dialog it should be
accept closing
For
confirm
dialog it should be
decline closing
For
blank
dialog it shouldn't close it
[ ]
Enter
button should close dialog window
For
alert
dialog it should be
accept closing
For
confirm
dialog it should be
accept closing
For
blank
dialog it shouldn't close it
[ ] Make tests for it
[ ] Add tutorial page "Hotkeys"
Escape
button should close dialog window.alert
dialog it should beaccept closing
confirm
dialog it should bedecline closing
blank
dialog it shouldn't close itEnter
button should close dialog windowalert
dialog it should beaccept closing
confirm
dialog it should beaccept closing
blank
dialog it shouldn't close it