So, I was browsing careers.stackoverflow.com on my Chrome 23.0.1271.97 m, and later on Firefox 17.0.1 and I found that if open job listing for specific location or keyword, and after try to go to the next page using pagination, i will receive a blank page. But if I hit refresh this blank page loads perfectly after that.
right now i can reproduce this on this page, if i try to click on any page in the pagination
http://careers.stackoverflow.com/jobs/tag/java?pg=7
interestingly enough, i cannot reproduce it on IE9
pushState, so it's spared from the borked response that comes back from the AJAX request that's made to load the next page. Presumably the returned view should be just a container of the next page of listings, instead of the full page that comes back now... – Tim Stone Dec 28 '12 at 14:47