зеркало из https://github.com/mozilla/pjs.git
Fix for 75142.
When opening a bookmarks menu that needs scroll arrows, ALL parent menus get scroll arrows. r=pink, sr=hyatt
This commit is contained in:
Родитель
11db0e2d80
Коммит
c099a0fb5b
|
@ -26,12 +26,14 @@
|
|||
var button2 = this.childNodes[2];
|
||||
button1.setAttribute('collapsed', 'true');
|
||||
button2.setAttribute('collapsed', 'true');
|
||||
event.preventBubble();
|
||||
"
|
||||
onoverflow="
|
||||
var button1 = this.firstChild;
|
||||
var button2 = this.childNodes[2];
|
||||
button1.removeAttribute('collapsed');
|
||||
button2.removeAttribute('collapsed');
|
||||
event.preventBubble();
|
||||
"
|
||||
>
|
||||
<xul:autorepeatbutton class="up" collapsed="true"
|
||||
|
|
Загрузка…
Ссылка в новой задаче