• This function in the b2edit.form annoys the mess out of me! Every time I refresh the page or something it JUMPS up and I loose my place!
    So anyway, I deleted:
    function focusit() {
    // focus on first input field
    document.post.title.focus();
    }
    window.onload = focusit;

Viewing 2 replies - 1 through 2 (of 2 total)
  • This won’t be an issue when the post/edit form and post list are seperated.

    sgwood

    (@sgwood)

    Did either of you find a solution to this?
    I would really like to know if there is
    a way that WordPress did not always
    jump to the top when one clicks on
    an internal link.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘onload = focus’ is closed to new replies.