Thank you for responding so quickly! The following is a good example:
Feel free to send test submissions as it currently points to my email for development. Server response is shown in an alert div just above the submit button. On empty comment field, the error message "Please enter comment" will appear.
There are a few other things going on. For one, I use the Closure compiler service to do a simple minification of all of the javascript code. The meat of my code sits in default.min.js. Here is the
source.
I have had this problem through all of my development, starting with using jQuery 1.4.3. At the time, the srollTo plugin was not used.
Edit: Malsup, I also used the link you posted to check if it was my browser/OS combo. I am using Linux with Chromium 9. The test page does not exhibit the bug for me either (I am ashamed, I should have tried a simple test like that before claiming a bug). It must be something to do with the specifics of the website. I will understand if you do not wish to investigate further.
Edit2: Tried it in Windows 7 on Safari, Firefox, IE8 and Opera. Issue is present in all of them on my page but not the test-foo.htm page.