зеркало из https://github.com/mozilla/pjs.git
bug 348132 - when tab scroll buttons first kick in, they cover part of the new tab, r=mano
This commit is contained in:
Родитель
fe6a9f10fb
Коммит
ac278760a6
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче