Skip to content

Commit

Permalink
Dialog: Possible to tab outside modal dialog. Partial fix for #7862 -…
Browse files Browse the repository at this point in the history
… dialog: modal accessibility
  • Loading branch information
larowlan committed Jul 1, 2012
1 parent c942575 commit bb2c897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ $.widget("ui.dialog", {
return;
}

var tabbables = $( ":tabbable", this ),
var tabbables = $( ":tabbable", this.uiDialog ),
first = tabbables.filter( ":first" ),
last = tabbables.filter( ":last" );

Expand Down

0 comments on commit bb2c897

Please sign in to comment.