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

This commit is contained in:
mozilla.mano@sent.com 2007-08-21 22:01:30 -07:00
Родитель d7a272e5bc
Коммит f42c9eaf3d
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);