]> source.dussan.org Git - jquery-ui.git/commit
Dialog: Tabbing out of a modal dialog was possible because keypress doesn't fire...
authorCorey Frang <gnarf@gnarf.net>
Fri, 19 Aug 2011 11:03:59 +0000 (06:03 -0500)
committerCorey Frang <gnarf@gnarf.net>
Fri, 19 Aug 2011 11:03:59 +0000 (06:03 -0500)
commit96e5c241e1b26224c53738b590e07290db7a3e54
tree130cc4262f20df6b6c2df392466733fb9c253547
parentfb57cc8aba32eb1d544b75e6a2c05785eeecf0cd
Dialog: Tabbing out of a modal dialog was possible because keypress doesn't fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog
tests/unit/dialog/dialog_tickets.js
ui/jquery.ui.dialog.js