[Webkit-unassigned] [Bug 173732] REGRESSION(r217695): Offscreen/overflowed items not being rendered while translating in-frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 22 14:39:30 PDT 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #313662|review?                     |review+
              Flags|                            |

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 313662
  --> https://bugs.webkit.org/attachment.cgi?id=313662
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=313662&action=review

> Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:1399
> +    auto bounds = FloatRect(m_boundsOrigin, size());
> +    if (auto extent = animationExtent()) {

Did you verify that bounds and extent are in the same coordinate space?

> Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:2303
> +            || commitState.ancestorWithTransformAnimationIntersectsCoverageRect // FIXME: Compute backing exactly for descendants of animating layers .

No space before period.

> LayoutTests/compositing/backing/transform-transition-from-outside-view.html:33
> +        .dot {
> +            position: absolute;
> +            top: 0;
> +            left: 0;
> +            height: 4px;
> +            width: 4px;
> +            background-color: silver;
> +        }

You're not using dots.

> LayoutTests/compositing/backing/transform-transition-from-outside-view.html:36
> +            -webkit-transform: translateX(0px);

Transforms are unprefixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170622/76dcb8e3/attachment.html>


More information about the webkit-unassigned mailing list