]> 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:07:47 +0000 (06:07 -0500)
committerCorey Frang <gnarf@gnarf.net>
Fri, 19 Aug 2011 11:07:47 +0000 (06:07 -0500)
commit8f16cc304a97c7c3c2b5ab69678d666ec9ebd75a
tree53d4587ee45e9a098bf3e41ef887238dde553c55
parenta62074d477c19f135b60de963dfb49fdcab09de2
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
(cherry picked from commit 96e5c241e1b26224c53738b590e07290db7a3e54)
tests/unit/dialog/dialog_tickets.js
ui/jquery.ui.dialog.js