[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 12:04:38 PDT 2013


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





--- Comment #5 from Zalan Bujtas <zalan at apple.com>  2013-07-24 12:04:29 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.
It's broken the same way in the non-tiled version too as far as the repainting is the concerned after the style change. However, since non-tiled scrolling involves repaints as you scroll (no pre-painted buffers), the out-of-the-viewport part gets repainted and that fixes the background color. If you scroll to the bottom first and reload the page, you see the broken background color (and gets cleared up right after the document is scrolled)

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