[Webkit-unassigned] [Bug 119033] Background doesn't fully repaint on this page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 24 10:35:50 PDT 2013


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





--- Comment #4 from Zalan Bujtas <zalan at apple.com>  2013-07-24 10:35:41 PST ---
(In reply to comment #3)
> Does this happen without tiled drawing enabled.
> 
> I think view()->repaint(); is broken with tiled drawing; it only repaints the visible part of the view, but we need to dirty all tiles.
I'll check it out...However, the RenderView is a lot smaller than its RenderBlock child 
RenderView (0, 0, 1260, 717)
    RenderBlock (0, 0, 1260, 1200) (notice the impact of the body's margin on the width)
        RenderBody (300, 0, 660, 900)

so it might be that the tiling code just makes this problem visible.

-- 
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