mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-03 20:34:42 +00:00
changing this selector to be more specific prevents an error in IE 7 (and win mobile). Support is coming :)
This commit is contained in:
parent
5e6e6019eb
commit
6855363375
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@
|
|||
if(base){ base.reset(); }
|
||||
|
||||
//kill the keyboard
|
||||
$( window.document.activeElement ).add(':focus').blur();
|
||||
$( window.document.activeElement ).add('input:focus, textarea:focus').blur();
|
||||
|
||||
function defaultTransition(){
|
||||
if(transition === undefined){
|
||||
|
|
|
|||
Loading…
Reference in a new issue