[Webkit-unassigned] [Bug 8535] Incorrect cyan debug mode painting

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Apr 22 08:40:39 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8535





------- Comment #2 from ap at nypop.com  2006-04-22 08:40 PDT -------
>From [WebFrameView drawRect:]:

#ifndef NDEBUG
        if ([[self _scrollView] drawsBackground]) {
            [[NSColor cyanColor] set];
            NSRectFill(rect);
        }
#endif

Since RenderWidget::paint() calls paintBoxDecorations() first, and
m_widget->paint() later, this paints over an already painted background.

Removing this block has fixed the problem in Safari, but DumpRenderTree didn't
paint the IFRAME background at all then. I am not sure how much related these
problems are, though.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list