[Webkit-unassigned] [Bug 227300] Mandatory scroll snapping doesn't work correctly in tables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 25 07:19:46 PDT 2021


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

--- Comment #4 from Martin Robinson <mrobinson at webkit.org> ---
Similarly to https://bugs.chromium.org/p/chromium/issues/detail?id=835301 what seems to be happening here is that the `position: sticky` table headers are always at the current scroll offset. This means that these cells are always chosen as the destination of the snap operation, which means that we always snap to the current snap offset!

I think that the solution here is to ensure that when we calculate snap points, we should not take into account sticky positioning of children.

-- 
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/20210625/17ecc9c3/attachment.htm>


More information about the webkit-unassigned mailing list