Skip to content

Commit ab2bbd3

Browse files
committed
Key event fix
1 parent f45fc08 commit ab2bbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ $.widget( "ui.popup", {
155155
else {
156156
//default use case, popup could be anything (e.g. a form)
157157
this.element
158-
.bind( "keypress.ui-popup", function( event ) {
158+
.bind( "keydown.ui-popup", function( event ) {
159159
if ( event.keyCode !== $.ui.keyCode.TAB ) {
160160
return;
161161
}

0 commit comments

Comments
 (0)