We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb1aee commit b073cdaCopy full SHA for b073cda
tests/unit/dialog/dialog_tickets.js
@@ -10,7 +10,7 @@ asyncTest( "#3123: Prevent tabbing out of modal dialogs", function() {
10
11
var el = $( "<div><input id='t3123-first'><input id='t3123-last'></div>" ).dialog({ modal: true }),
12
inputs = el.find( "input" ),
13
- widget = el.dialog( "widget" );
+ widget = el.dialog( "widget" )[ 0 ];
14
15
function checkTab() {
16
ok( $.contains( widget, document.activeElement ), "Tab key event moved focus within the modal" );
0 commit comments