> On Sun, Jun 6, 2010 at 21:43, Bjorn Meyer <bjorn.m.me
...@gmail.com> wrote:
> > Hi all. I am in the process of testing byteflow and recaptcha.
> > One thing that I notice, is that if you have a long article or if you
> > have a lot of comments on that article when then recaptcha and comment
> > box loads when you open that article, it scrolls the window up so you
> > have to scroll up to start reading the article. Of course, if you aren't
> > using recaptcha, then the page seems to stay at the top.
> > It appears it has to do with the comments.js script, but I haven't had a
> > chance to delv into it just yet.
> > Anyone else notice this? Anyone come up with a fix for it?
> Yep, this happens in comment.js, actually when .scrollBottomCond is called.
> You can search through file for this function and see when it's called.
> But I don't understand why this happens to you - it should happen only
> when you clicked "reply" or "edit" buttons or submitted a comment with an
> error.
Thanks for the reply Alexander.