[webkit-reviews] review denied: [Bug 22570] Issues rendering reflected, overflow:hidden elements : [Attachment 25633] Patch, testcase, changelog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 3 09:18:47 PST 2008


Dave Hyatt <hyatt at apple.com> has denied Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 22570: Issues rendering reflected, overflow:hidden elements
https://bugs.webkit.org/show_bug.cgi?id=22570

Attachment 25633: Patch, testcase, changelog
https://bugs.webkit.org/attachment.cgi?id=25633&action=review

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
Descedants should be Descendants.

Reflections don't change the painting root. Maybe you meant that the root layer
gets shifted because the reflection has a transform. The comment is wrong,
since the |paintingRoot| argument doesn't change.

Anyway rather than clearing the cached results (twice), I think a simpler fix
might be to just make the reflection painting not use the cached values.


More information about the webkit-reviews mailing list