зеркало из https://github.com/mozilla/gecko-dev.git
Bug 212839 don't scroll trees to negative top rows r=varga sr=rbs a=asa
This commit is contained in:
Родитель
de2f1ed4e9
Коммит
dafeb501f5
|
@ -1069,7 +1069,7 @@ NS_IMETHODIMP nsTreeBodyFrame::InvalidateScrollbar()
|
|||
{
|
||||
if (mUpdateBatchNest)
|
||||
return NS_OK;
|
||||
if (!EnsureScrollbar() || !mView)
|
||||
if (!EnsureScrollbar() || !mView || mRowCount <= mPageCount)
|
||||
return NS_OK;
|
||||
|
||||
nsIContent* scrollbar = mScrollbar->GetContent();
|
||||
|
|
Загрузка…
Ссылка в новой задаче