[Webkit-unassigned] [Bug 173830] dom change will cause jump when "container's -webkit-scroll-snap-type is mandatory" and "item's width is percent"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 24 21:02:12 PDT 2017


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

--- Comment #3 from zhouqi <zhouqicf at gmail.com> ---
scroll-snap-align has this bug also in iOS 11

.container{
    scroll-snap-type: mandatory;
}
.item{
    scroll-snap-align: start center;
}

-- 
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/20171025/727599a2/attachment-0001.html>


More information about the webkit-unassigned mailing list