bug 348132 - when tab scroll buttons first kick in, they cover part of the new tab, r=mano

This commit is contained in:
mconnor%steelgryphon.com 2007-08-22 05:05:22 +00:00
Родитель fe6a9f10fb
Коммит ac278760a6
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -2705,6 +2705,8 @@
switch (aEvent.type) {
case "overflow":
this.setAttribute("overflow", "true");
this.mTabstrip.scrollBoxObject
.ensureElementIsVisible(this.selectedItem);
break;
case "underflow":
this.removeAttribute("overflow");