Scroll Into View only works when revisiting a paginated item

Scroll Into View with Frontend Rendering does not work the first time, but it works when you revisit that paginated item.

Please see the video here: Articles – WagePirate

Hi @grantambrose,

Thank you for bringing this to our attention!

I have been been able to reproduce this error on my end.

It seems to be caused by a miscalculation with the skeleton.
While the skeleton loads, the scrolling correctly positions you at the top.
But, in cases where the loaded items have a greater height than the skeleton, such as in your situation, the scroll remains fixed at the height of the skeleton rather than adjusting to the actual height of the queried items.

Rest assured, we’re actively working on a fix for this.

Apologies for the inconvenience.

1 Like

Hello @grantambrose,

Thank you for this report.

We have addressed a fix in 1.2.9.8 so that when Scroll Into View is active, the function waits for the fully loaded items before scrolling to the top of the Query element.

I’d be grateful if you could let me know if this fixes the issue on your end.

Cheers,

Yep! initial tests seem to work - thanks for that.

1 Like