[Webkit-unassigned] [Bug 128524] New: Repaint rects difference between WK1 and WK2 for fixed element with dynamic transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 10 02:31:47 PST 2014


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

           Summary: Repaint rects difference between WK1 and WK2 for fixed
                    element with dynamic transform
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mihnea at adobe.com


Noticed a difference in text based repaints rects between WK1 and WK2 for the following html test:
<html>
    <head>
        <script src="../../repaint/resources/text-based-repaint.js"></script>
        <style>
            body { margin: 0px; }
            #parent { position: fixed; top: 50px; left: 50px; width: 100px; height: 100px; }
            .transformed { -webkit-transform: scale3d(1, 1, 1); }
        </style>
    </head>
    <body onload="runRepaintTest()">
        <div id="parent"></div>
        <script>
            function repaintTest() {
                document.getElementById("parent").className = "transformed";
            }
        </script>
    </body>
</html>

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