[Webkit-unassigned] [Bug 164949] -webkit-overflow-scrolling: touch completely breaks 3D perspective functionality

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 06:56:26 PDT 2018


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

--- Comment #6 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
(In reply to Ali Juma from comment #5)
> I'd suggest looking at the corresponding RenderLayerBacking to see which
> GraphicsLayers are created, and which of these GraphicsLayers have
> preserves3D() true. Probably in the overflow-scrolling:touch case, there's a
> GraphicsLayer which ends up flattening the transform (because of
> preserves3D() being false), so the Z component ends up having no visual
> effect.

Thanks for the hint! Indeed I started to debug RenderLayerBacking this morning and the perspective / z-translate transform seemed to be correctly taken into account. I'll check preserves3D later...

-- 
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/20180522/e7308450/attachment.html>


More information about the webkit-unassigned mailing list