[Webkit-unassigned] [Bug 92800] Table test is invalidating the wrong rect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 31 16:37:34 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92800





--- Comment #10 from Eric Seidel <eric at webkit.org>  2012-07-31 16:37:34 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> Interesting...
> 
> bool RenderObject::checkForRepaintDuringLayout() const
> {
>     // FIXME: <https://bugs.webkit.org/show_bug.cgi?id=20885> It is probably safe to also require
>     // m_everHadLayout. Currently, only RenderBlock::layoutBlock() adds this condition. See also
>     // <https://bugs.webkit.org/show_bug.cgi?id=15129>.
>     return !document()->view()->needsFullRepaint() && !hasLayer();
> }

I should note that fixing that FIXME does not fix this bug. :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list