Files
WesandBrain a2005bc27d fix(desktop): hold true scroll floor on load-older abandon-to-bottom
When the user jumps to bottom mid-prepend (abandon), the load-older restore
loop targeted the last virtualized row's END offset. That sits short of the
container's true floor once padding/spacers are excluded, stranding the view
above the bottom (the `Received: Infinity` scroll-history failure).

Target the container's true floor (scrollHeight - clientHeight) instead. Adds
relay-backed stream stability tests covering pin-to-latest, composer growth,
and above-the-fold arrivals.

Co-authored-by: Brain <21994759fc7a6fa6b965551d35cfd7897d262f2495467f2d78694ddcfa6a5c7e@sprout-oss.stage.blox.sqprod.co>
Signed-off-by: Wes <wesbillman@users.noreply.github.com>
2026-06-27 07:47:07 -06:00
..