[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:00:52 PDT 2017


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

--- Comment #2 from zhouqi <zhouqicf at gmail.com> ---
any process?

I find any reflow will cause this bug. for example: 


.item{
    border: 6px solid transparent;
}
// reflow: this border-width change will cause this bug
.item.active{
    border-width: 10px;
}
// repaint: this border-color change will not cause this bug
.item.active{
    border-color: #fff;
}

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


More information about the webkit-unassigned mailing list