Skip to content

Resolve "Activity entries are not loaded fully to cover full window's height"

What does this MR do?

Fixes a bug in which a browser window large enough to encompass the default number of items in an auto-loading endless-scroll list could not trigger the loading of additional items.

Are there points in the code the reviewer needs to double check?

I refactored activities.js and pager.js into es6 syntax while I was investigating the issue. No changes were made other than some es6 flourishes and eslint conformity, so nothing should be effected, but perhaps best to double check other pages which utilize these scripts.

Screenshots (if relevant)

endless-scroll-fixed

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #24499 (closed)

Merge request reports