I'm not sure if this is a bug, but heck if it's not, it's very annoying. Basically, if permissions are set for registered users to answer questions and if in the "Viewing" options in admin the "Show answer form immediately: is set to Always", then whenever someone is logged in and they click on a question, the page immediately jumps them to the answer box below the question - not the top of the page. This is very annoying and terrible user interface, because someone can't possibly answer the question, until they read the question. If the question is a bit long, they need to scroll back up to read the question.
I imagine this functionality has something to do with jquery or javascript? How do we prevent this from happening? When someone clicks on a question link from a question list, it should be like any web page they click on and the viewing should start at the top of the page. It shouldn't jump to some location on the page beneath the question.
Where in the code is this "jump" feature coded?