[Webkit-unassigned] [Bug 47514] CSS transforms should affect scrolling

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


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


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #71246|review?                     |review-
               Flag|                            |




--- Comment #33 from Dave Hyatt <hyatt at apple.com>  2010-10-20 10:32:41 PST ---
(From update of attachment 71246)
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.

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