I having an issue with a ASP.NET site, and after searching for a couple of hours I could not find the answer.
I am working on a intranet site, and in both the production and the development enviroments, when I middle click a link to open in a new tab, that tab is rendered in quirks mode in IE8. Chrome opens fine, and if I followed the link without opening in a tab it opens in the normal mode.
There were a few tests that I did where I opened multiple tabs to the same page quickly, and every now and then the page would open fine.
I can't find any reason for this, the only thing that come to mind is maybe the server is not serving the pages correctly all the time when the page is opening in a tab, but I do not see how it would work sometimes, and not others.
Thanks,
Phil
P.S. I ensured that there is no blankspace above my DOCTYPE tag.
Turns out it was the LastPass Extension that was causing my problems. After I created a basically empty site and I was still having difficulties, I decided on a whim to goto Google and middle click one of there internal links. Sure enough it came up in Quirks mode. I went to another computer of mine, same thing. So I reset all settings on browsers, disabled all extensions and voila! links opened up fine.
I'll be writing a support request to LastPass, as I love this extention. Thanks for all your help!