open-y-subprojects / openy_custom

Custom modules from Open Y core. Decoupled for ability to use outside of Open Y when needed.
GNU General Public License v3.0
0 stars 14 forks source link

Remove context from openy_calc_scroll behaviour. #49

Closed Sardis93 closed 12 months ago

Sardis93 commented 1 year ago

The scroll to top behaviour is not working when clicking "Next" on the Membership Calculator.

This happens because once('openy-calc-scroll', '#membership-calc-wrapper', context) returns [] when context has a <div id="membership-calc-wrapper"></div> as a root element. We get this when the form is rebuilt and returned via AJAX.

The PR is aimed to remove the usage of the context.