Skip to content

Extracts scroll position checks into reusable functions

Filipa Lacerda requested to merge 50904-update-scroll-utils into master

What does this MR do?

Extracts scroll position checks into reusable functions

With the refactor of the job log page into Vue, we'll need to keep the scroll behavior. Although these functions use jQuery, we've once tried to remove the jQuery from the scroll behavior in this page and we broke it in a specific OS + Browser combo that I can't recall.

The MR extracts the functions so they can be used in the new Vue app.

What are the relevant issue numbers?

#50904 (closed)

Does this MR meet the acceptance criteria?

Edited by Filipa Lacerda

Merge request reports