Sha256: a385dce0887eda7807359a573567da15be5087b5127ee1124f8f0187033773f2
Contents?: true
Size: 459 Bytes
Versions: 23
Compression:
Stored size: 459 Bytes
Contents
module("Keyboard Navigation (All)",{setup:function(){this.input=$('<input type="text">').appendTo("#qunit-fixture").datepicker({format:"dd-mm-yyyy"}).focus(),this.dp=this.input.data("datepicker"),this.picker=this.dp.picker},teardown:function(){this.picker.remove()}}),test("TAB hides picker",function(){ok(this.picker.is(":visible"),"Picker is visible"),this.input.trigger({type:"keydown",keyCode:9}),ok(this.picker.is(":not(:visible)"),"Picker is hidden")});
Version data entries
23 entries across 23 versions & 1 rubygems