[Webkit-unassigned] [Bug 109867] New: incorrect repainting when a table has a transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 14:53:46 PST 2013


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

           Summary: incorrect repainting when a table has a transform
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Created an attachment (id=188434)
 --> (https://bugs.webkit.org/attachment.cgi?id=188434&action=review)
testcase

Hi,
I have a table-like element (display: table). This element has a transform.
Inside I have a block element. When I modify both the width and the height of the element, it is not repainted correctly: the rectangular part right of the current shape is not painted.
I attach a testcase which add one pixel in width and one pixel in width a few times. The result should be a rectangle, but actually, a triangle like shape is painted on the page.

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