Patch Changes
-
Clamp the
setFoldExpandedoffset of<x-foldview-ng>to the scrollable length. (#3290)setFoldExpandedcalled the nativescrollTo, bypassing the clamping done by the
scrollTopsetter. A page collapsing its header with a deliberately large offset
(e.g.offset: '99999px') scrolled past the end, which does not happen on native. -
Give
<x-foldview-header-ng>awidth: 100%. (#3290)The element is laid out with
position: absolutebut had no width, so it shrank to
fit its content instead of filling the foldview.