2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

make sure triggering element is visible before focusing #7521

This commit is contained in:
fat
2013-07-17 21:30:38 -07:00
parent a7a9a14379
commit 2cccc0889f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1011,7 +1011,7 @@
$target
.modal(option)
.one('hide', function () {
$this.focus()
$this.is(':visible') && $this.focus()
})
})
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -232,7 +232,7 @@
$target
.modal(option)
.one('hide', function () {
$this.focus()
$this.is(':visible') && $this.focus()
})
})