Fix bug 175575. Dbl-click in tab bar opens new tab.

This commit is contained in:
hyatt%netscape.com 2002-10-20 03:24:56 +00:00
Родитель 89e69112ca
Коммит 51eef949f1
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -85,6 +85,7 @@
ondragdrop="nsDragAndDrop.drop(event, this.parentNode.parentNode.parentNode);
event.stopPropagation();"
xbl:inherits="onnewtab"
ondblclick="if (event.target.localName == 'tabs') this.parentNode.parentNode.parentNode.addTab();"
onclosetab="var node = this.parentNode;
while (node.localName != 'tabbrowser')
node = node.parentNode;