[Webkit-unassigned] [Bug 150012] Scroll Snap - Viewport jumps to top while another element is transitioning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 15:01:41 PDT 2016


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

--- Comment #4 from Boyan <bbratvanov at gmail.com> ---
I just accidentally discovered the most bizarre fix to this problem.

Before the closing body tag, add this CSS which is supposed to disable/override the behaviour.

<style>body { -webkit-scroll-snap-type: none; }</style>

Instead, what happens is that the scroll snapping actually still works, but the bug disappears.

How is this even possible? Am I just sleep deprived and imagining things?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160407/55b5e8ec/attachment.html>


More information about the webkit-unassigned mailing list