зеркало из https://github.com/mozilla/pjs.git
Bustage fix from bug 412646
This commit is contained in:
Родитель
7f6bcf8a0b
Коммит
22a43a9dd3
|
@ -210,7 +210,7 @@
|
|||
</resources>
|
||||
|
||||
<content hidden="true">
|
||||
<xul:hbox class="findbar-container" flex="1" align="center">
|
||||
<xul:hbox anonid="findbar-container" class="findbar-container" flex="1" align="center">
|
||||
<xul:toolbarbutton anonid="find-closebutton"
|
||||
class="findbar-closebutton"
|
||||
tooltiptext="&findCloseButton.tooltip;"
|
||||
|
@ -1080,7 +1080,7 @@
|
|||
<body><![CDATA[
|
||||
var showMinimalUI = this._findMode != this.FIND_NORMAL;
|
||||
|
||||
var nodes = document.getAnonymousNodes(this);
|
||||
var nodes = this.getElement("findbar-container").childNodes;
|
||||
for (var i = 0; i < nodes.length; i++) {
|
||||
if (nodes[i].className.indexOf("findbar-find-fast") != -1)
|
||||
continue;
|
||||
|
|
Загрузка…
Ссылка в новой задаче