This commit is contained in:
hyatt%netscape.com 2000-02-19 22:29:20 +00:00
Родитель fe36f6f9bc
Коммит f0609ed210
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -1848,6 +1848,12 @@ nsTreeRowGroupFrame::EnsureRowIsVisible(PRInt32 aRowIndex)
value.Append(scrollTo);
scrollbarContent->SetAttribute(kNameSpaceID_None, nsXULAtoms::curpos,
value, PR_TRUE);
// This change has to happen immediately.
// Flush any pending reflow commands.
nsCOMPtr<nsIDocument> doc;
mContent->GetDocument(*getter_AddRefs(doc));
doc->FlushPendingNotifications();
}
void