зеркало из https://github.com/mozilla/pjs.git
Look at all continuations for offset*. Bug 328264, r=uriber@gmail.com, sr=dbaron
This commit is contained in:
Родитель
571359555b
Коммит
a87e0df4fb
|
@ -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()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче