I'm working on a SSPR implementation with many questions asked on registration. When the questions are AJAXed in, focus is set on the first question. In IE, when the page is long enough to scroll when the first question is focused the page gets pushed
down and the header is not visible. I want to prevent the focus event from occurring on the load, but I can't find the JavaScript function that is being called in the code to alter it. Does anyone know where that code is and if it is user editable. I would
also accept any workarounds to keep the pushdown from happening. Thanks!
↧