There is a bug when submitting a form using Chrome 3.0.195.38.
Steps:
1. Entered Title
2. Entered Information
3. Entered Tags
At this point used developer console to "document.getElementById('tagnames')" response was "virtual-machines windows-server-2003 msvirtualserver" matching what I typed.
4. Pushed "Post Your Question"
Used Fiddler to verify what was posted to the server and the variable tagnames was null.
End result was the form fails to post since no tags were included.