Look at all continuations for offset*. Bug 328264, r=uriber@gmail.com, sr=dbaron

This commit is contained in:
bzbarsky%mit.edu 2006-02-24 21:18:29 +00:00
Родитель 571359555b
Коммит a87e0df4fb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -629,7 +629,7 @@ nsGenericHTMLElement::GetOffsetRect(nsRect& aRect, nsIContent** aOffsetParent)
do {
rcFrame.UnionRect(rcFrame, next->GetRect());
next = next->GetNextInFlow();
next = next->GetNextContinuation();
} while (next);
if (rcFrame.IsEmpty()) {