Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Issue with Firefox/Contact #117

Closed
HardeepAsrani opened this issue Apr 18, 2015 · 2 comments
Closed

Issue with Firefox/Contact #117

HardeepAsrani opened this issue Apr 18, 2015 · 2 comments

Comments

@HardeepAsrani
Copy link
Member

In Firefox, if we submit a reply in forums it reloads and shows the top of the page, instead of scrolling down to the contact section. @ineagu @rodica-andronache

@rodica-andronache
Copy link
Contributor

In Contact-Form you try to save scroll postition on submit. It doesn't work for IE and Firefox on several Win7 and Win8 machines. Solution for me was: onSubmit="this.scrollPosition.value=(document.body.scrollTop || document.documentElement.scrollTop)"

@aurelijusrozenas
Copy link
Contributor

@rodica-andronache your fix works for firefox. Why it is not commited yet?
It works when you successfully post form but if you get error, page will reload and will not scroll down. How to fix that?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants