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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 15:45:19 PDT 2010


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


Dave Hyatt <hyatt at apple.com> changed:

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




--- Comment #18 from Dave Hyatt <hyatt at apple.com>  2010-10-14 15:45:19 PST ---
(From update of attachment 70786)
View in context: https://bugs.webkit.org/attachment.cgi?id=70786&action=review

> WebCore/rendering/RenderBlock.cpp:3387
> +                }

This is still not right.  The if statement should be identical to the one in lowestPosition.  You should be checking x + width and x + rightmostPosition, and you're looking for objects to the left of the root (just like what lowestPosition does).  What you have in the body of the if statement is correct.

> WebCore/rendering/RenderBlock.cpp:3413
> +    }

Just yank these three lines.  The following check supersedes them.

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