I've just noticed on my shiny new 4.7 site that clicking on a module sindication or print link in IE7 is blowing up my skin.
In Firefox it works fine - a new tab is created with the sindication page or module print view.
In IE7, the skin gets trashed - it looks as if it has switched to Quirks Mode. I set a transitional doctype using the skinname.doctype.xml file. Looking at the page source after clicking on the rss/print link - I see that the following has been inserted as the first line prior to the doctype command:-
(script>window.open('http://my.site.com/Home/tabid/408/moduleid/1077/RSS.aspx','_blank')</script)
This is present in both IE7 & FF - but only seems to cause a problem for IE7.
Anyone come across the same problem or has any suggestions?