Solution : https://service.sap.com/sap/support/notes/1590563 (SAP Service marketplace login required)
Summary :
SAP applications, when operated in Internet Explorer 9 (IE9), encounter compatibility issues due to multiple rendering modes. Initially designed for older IE versions using Quirks Mode, these applications face challenges with IE9's preference for its Standards mode, incompatible with previous modes. The symptom usually surfaces when an outer HTML leverages IE9 Standards, while inner content requires Quirks Mode. To address these scenarios, inserting a meta tag with "IE=Emulate8" in the outer HTML can enforce a compatible rendering environment, ensuring that embedded SAP applications display as intended despite the default mode settings.
Key words :
doctype html><html> <head> <meta http-equiv=, outer html page activates ie9 standards, ie9 standards rendered page showing, outer html enables ie9 standards, <meta http-equiv=, > </head> <body> <div> compatmode, </script> </div> <iframe src=, </script> </div> <div> documentmode, page requires quirks mode, ie9 standards rendering engine
Related Notes :
1672817 | Internet Explorer for end users and administrators |
1604378 | Microsoft Internet Explorer 9 and Tendering Web UI |
1599159 | Internet Explorer 9 Release Notes |
1586993 | UR: Rendering Problems with IE9 |
1583947 | Microsoft Internet Explorer Version 9 for end users |
1579105 | NWBC: Rendering Problems with IE9 |