зеркало из https://github.com/mozilla/pjs.git
Bug 343554 - Tab reordering shortcuts can move tabs offscreen. r=mconnor.
This commit is contained in:
Родитель
f40f125fb4
Коммит
6117cd526f
|
@ -1821,6 +1821,7 @@
|
|||
this.mTabContainer.childNodes[i]._tPos = i;
|
||||
}
|
||||
this.mCurrentTab.selected = true;
|
||||
this.mTabContainer.mTabstrip.scrollBoxObject.ensureElementIsVisible(this.mCurrentTab);
|
||||
|
||||
var evt = document.createEvent("UIEvents");
|
||||
evt.initUIEvent("TabMove", true, false, window, oldPosition);
|
||||
|
|
Загрузка…
Ссылка в новой задаче