Hi.
I have a CRM 2011 plugin that adds an external page in an iframe in the main window (specifically from the marketing menu). After updating to IE9, the page renders oddly; text replaced by "...", lines looking odd etc. This problem was not there
in IE8.
Now I would understand if the page did not render correctly in IE9 in general, but if I open the exact same page in its own window, the page renders just fine. It is only when viewed in a CRM 2011 iframe that the problems occur. If I create a simple HTML page where I load the page in an iframe, it also renders correctly - so it's not the iframe in and of itself
Page renders correctly:
- Any situation with IE8.
- IE9 directly
- IE9 in an iframe.
Page renders incorrectly:
- CRM 2011 iframe in IE9.
What might cause this? To begin with I will not bother posting my HTML page's HTML, but should it be necessary that'd be fine too. Most of the stuff that's rendering oddly is dynamic data in an asp.net grid though, but also something as basic as a <hr /> tag renders oddly