[Webkit-unassigned] [Bug 164949] -webkit-overflow-scrolling: touch completely breaks 3D perspective functionality
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 30 07:21:21 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=164949
--- Comment #11 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
(In reply to Simon Fraser (smfr) from comment #8)
> if (style.preserves3D() && (style.overflowX() != OVISIBLE
> || style.overflowY() != OVISIBLE
> ...
> style.setTransformStyle3D(TransformStyle3DFlat);
That code is only executed when the element has "transform-style: preserve-3d;" (which is not the case in the repro cases) so probably the flattening happens somewhere else.
--
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/20180530/b9cd6fc0/attachment-0001.html>
More information about the webkit-unassigned
mailing list