When opening a bookmarks menu that needs scroll arrows, ALL parent menus get scroll arrows.
r=pink, sr=hyatt
This commit is contained in:
varga%utcru.sk 2001-08-07 18:55:51 +00:00
Родитель 11db0e2d80
Коммит c099a0fb5b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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"