[Webkit-unassigned] [Bug 28607] Body background color isn't drawn at bottom of page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 06:42:04 PST 2010


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





--- Comment #6 from Kevin M. Dean <kevin at rhubarbproductions.com>  2010-01-08 06:42:04 PST ---
I'm still occasionally seeing this problem (also occurs under PPC as well as
Intel).

I did come across one thing that fixes it from the coder side. Placing the
following javascript at the end of the page load probably causes a repaint.

<script type="text/javascript">
    document.html.style.webkitTransform = 'scale(1)';
</script>

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