Bug 343554 - Tab reordering shortcuts can move tabs offscreen. r=mconnor.

This commit is contained in:
mozilla.mano%sent.com 2006-07-05 19:33:52 +00:00
Родитель f40f125fb4
Коммит 6117cd526f
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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);