зеркало из https://github.com/mozilla/pjs.git
Bug 324335: Dragging link to a tab loads in a new tab instead of replacing, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor
This commit is contained in:
Родитель
9bc36e9c63
Коммит
bfb4ac0eae
|
@ -1635,7 +1635,7 @@
|
||||||
if (aEvent.shiftKey)
|
if (aEvent.shiftKey)
|
||||||
bgLoad = !bgLoad;
|
bgLoad = !bgLoad;
|
||||||
|
|
||||||
if (aEvent.originalTarget.localName != "tab") {
|
if (document.getBindingParent(aEvent.originalTarget).localName != "tab") {
|
||||||
// We're adding a new tab.
|
// We're adding a new tab.
|
||||||
this.loadOneTab(getShortcutOrURI(url), null, null, null, bgLoad);
|
this.loadOneTab(getShortcutOrURI(url), null, null, null, bgLoad);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче