[Webkit-unassigned] [Bug 7943] New: Layer outline does not repaint

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Mar 23 13:29:46 PST 2006


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

           Summary: Layer outline does not repaint
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: opendarwin.org at mitzpettel.com
                CC: hyatt at apple.com


Layers do not repaint their outline when invalidated.

To reproduce: open the attached test case, resize the window so that you can
scroll the square completely out of view. Scroll it out, then *slowly* scroll
it in (you can Option-drag a scroll bar to scroll at mouse speed). Note how the
leading edge of the green outline does not paint as it enters the view.

I noticed two problems in RenderLayer::paintLayer() -- the rect in the
PaintInfo passed for the outline phase is the clipRectToApply, which does not
include the outline; and the outlineRect calculated by calculateRects doesn't
seem to be of any help with painting the outline either.


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