[Webkit-unassigned] [Bug 6770] New: REGRESSION: Incomplete repaint when block with clipping grows

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Jan 24 13:20:40 PST 2006


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

           Summary: REGRESSION: Incomplete repaint when block with clipping
                    grows
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: opendarwin.org at mitzpettel.com


See the attached testcase. In this case, since the block with the border grows
and repaints before its container (which is clipping) grows, so in
RenderObject::repaintAfterLayoutIfNeeded it sees that its old bounds are equal
to its new bounds and it doesn't repaint. When the container repaints, it
paints only the delta, so the old border of the inner block isn't erased.


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