This is about the least important bug that's ever been found on this site, but I feel the need to file it anyway:
When writing a new answer, the periodic check for other answer submissions doesn't exclude the answer currently being written. There's an edge case where you can hit the post button to submit the new answer, and while the question page is loading the check for new answers fires and finds the answer you just submitted, displaying the "there's 1 new answer on this post" bar. Naturally it disappears pretty fast as the question page loads.
Should the post answer button disable that check when it's clicked?