[webkit-reviews] review denied: [Bug 47514] CSS transforms should affect scrolling : [Attachment 71246] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 20 10:32:40 PDT 2010


Dave Hyatt <hyatt at apple.com> has denied Beth Dakin <bdakin at apple.com>'s request
for review:
Bug 47514: CSS transforms should affect scrolling
https://bugs.webkit.org/show_bug.cgi?id=47514

Attachment 71246: Patch
https://bugs.webkit.org/attachment.cgi?id=71246&action=review

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
This is really close.  The only bug I see now is that you shouldn't be passing
the applyTransform argument to children.  That will turn off transforms in
descendants, when the purpose of the enum was just to exclude your transform
(not all transforms).  You always want to pass "IncludeTransform" for kids.


More information about the webkit-reviews mailing list