зеркало из https://github.com/mozilla/gecko-dev.git
Bug 567681 - Tab strip doesn't remain scrolled to the end when closing a tab. r=mano
This commit is contained in:
Родитель
eb52923dcf
Коммит
dfad060a9f
|
@ -2595,7 +2595,7 @@
|
|||
// of the tabstrip, we need to ensure that we stay
|
||||
// completely scrolled to the right side
|
||||
var tabStrip = this.mTabstrip;
|
||||
if (tabStrip.scrollPosition + tabStrip.scrollClientSize >=
|
||||
if (tabStrip.scrollPosition + tabStrip.scrollClientSize >
|
||||
tabStrip.scrollSize)
|
||||
tabStrip.scrollByPixels(-1);
|
||||
} catch (e) {}
|
||||
|
|
Загрузка…
Ссылка в новой задаче