зеркало из https://github.com/mozilla/pjs.git
213250 - get middle click working properly in XML documents.
p=bugzilla@accessibleinter.net, r=me
This commit is contained in:
Родитель
689be7412b
Коммит
a8e3fce75e
|
@ -524,8 +524,9 @@
|
|||
<body>
|
||||
<![CDATA[
|
||||
if (!node) return false;
|
||||
if (node.nodeName == "A" || node.nodeName == "INPUT" || node.nodeName == "TEXTAREA" ||
|
||||
node.nodeName == "AREA") {
|
||||
var tagName = node.nodeName.toUpperCase();
|
||||
if (tagName == "A" || tagName == "INPUT" || tagName == "TEXTAREA" ||
|
||||
tagName == "AREA") {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче