зеркало из https://github.com/mozilla/pjs.git
Fix bug 175575. Dbl-click in tab bar opens new tab.
This commit is contained in:
Родитель
89e69112ca
Коммит
51eef949f1
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче