kora
kora copied to clipboard
Solution for Safari page scrolling for creating new forms
http://dev2.matrix.msu.edu/~kevin.sutherland/Kora3/public/projects/189/forms/227/fields
On creating a new form page, the page reloads itself at the scroll position that the user was at when pressing the 'create new form page here' button. We then want to scroll the page to the new form that was just created. This currently works properly, but only on Chrome/Firefox.
On Safari, the page reloads to the very top, then animates scrolling down the entire page to the desired location.
Need to get Safari to reload back to the page scroll position like Chrome/Firefox