зеркало из 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) {
|
switch (aEvent.type) {
|
||||||
case "overflow":
|
case "overflow":
|
||||||
this.setAttribute("overflow", "true");
|
this.setAttribute("overflow", "true");
|
||||||
|
this.mTabstrip.scrollBoxObject
|
||||||
|
.ensureElementIsVisible(this.selectedItem);
|
||||||
break;
|
break;
|
||||||
case "underflow":
|
case "underflow":
|
||||||
this.removeAttribute("overflow");
|
this.removeAttribute("overflow");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче