changing this selector to be more specific prevents an error in IE 7 (and win mobile). Support is coming :)

This commit is contained in:
scottjehl 2011-02-01 11:53:32 -05:00
parent 5e6e6019eb
commit 6855363375

View file

@ -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){