[Webkit-unassigned] [Bug 117505] ARGUMENT BAD: repaintContainer, !repaintContainer || repaintContainer == this in WebCore::RenderView::computeRectForRepaint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 15 10:13:49 PDT 2014


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


Mihnea Ovidenie <mihnea at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mihnea at adobe.com




--- Comment #2 from Mihnea Ovidenie <mihnea at adobe.com>  2014-05-15 10:14:11 PST ---
Another repro:

<body onload="test()">
<table>
    <tbody style="position: -webkit-sticky;">
        <tr id="tr"></tr>
    </tbody>
</table>
<script>
    function test() {
        document.getElementById("tr").style.backgroundColor = "red";
    }
</script>
</body>

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