зеркало из https://github.com/mozilla/pjs.git
122713 r=ssu sr=mscott. change ".localName" to compare with lowercase - fixes
shortcut interference with quick search and sidebar.
This commit is contained in:
Родитель
73434ed810
Коммит
4f87041eb7
|
@ -687,7 +687,7 @@ function MailAreaHasFocus()
|
|||
if(focusedElement)
|
||||
{
|
||||
var name = focusedElement.localName;
|
||||
return ((name != "INPUT") && (name != "TEXTAREA"));
|
||||
return ((name != "input") && (name != "textarea"));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче