[Webkit-unassigned] [Bug 30047] Incomplete repaint of text field in relative positioned inline at imdb.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 14:51:36 PDT 2009


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41989|review?                     |review+
               Flag|                            |




--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com>  2009-10-27 14:51:36 PDT ---
(From update of attachment 41989)
> +void RenderInline::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState& transformState) const

> +    bool preserve3D = useTransforms && (o->style()->preserves3D() || style()->preserves3D());
> +    if (useTransforms && shouldUseTransformFromContainer(o)) {

I don't think you'll ever fall into this path.shouldUseTransformFromContainer()
checks to see if the layer has a transform, and that will never happen for
inlines.

> +    if (useTransforms && shouldUseTransformFromContainer(o)) {

Ditto

r=me with those changes if you agree.

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