[Webkit-unassigned] [Bug 199222] [iOS Scrolling] Propagate scrolls to non-nested UIScrollViews
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 28 09:41:49 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199222
--- Comment #6 from Antti Koivisto <koivisto at iki.fi> ---
> I'm having a hard time convincing myself that using
> relatedScrollContainerIDs()[0] is correct. What does it mean to have more
> than one? What is the order?
Would knowing that you wrote the code that sets it be help? :)
It is simply the layer tree counterpart of ScrollingTreeOverflowScrollProxyNode::m_overflowScrollingNodeID. Having Moves and Stationary cases in a single vector matches the old design where PositionedNode handled both cases. It should really be refactored into two separate variables, matching PositionedNode split.
--
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/20190628/347d4d46/attachment.html>
More information about the webkit-unassigned
mailing list