|
|
@ -44,7 +44,7 @@
|
|
|
|
handleObj.handler = function( event ) {
|
|
|
|
handleObj.handler = function( event ) {
|
|
|
|
// Don't fire in text-accepting inputs that we didn't directly bind to
|
|
|
|
// Don't fire in text-accepting inputs that we didn't directly bind to
|
|
|
|
if ( this !== event.target && (/textarea|select/i.test( event.target.nodeName ) ||
|
|
|
|
if ( this !== event.target && (/textarea|select/i.test( event.target.nodeName ) ||
|
|
|
|
event.target.type === "text") ) {
|
|
|
|
event.target.type === "text" || event.target.type === "password") ) {
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|