Even though the HTML doctype as well as the IE-specific meta tag gets inserted in the rendered document, internet explorer wants to go back to the compatibility mode and deactivates respectively comments out the doctype. A possible problem might be that several javascript libraries are inserted in the header before the "X-UA-Compatible" meta tag. Another possible reason could be that the the option "Display intranet sites in compatibility view" is checked in "Compatibility View settings" under Tools. Some forum entries on the internet suggest that this setting has precedence...
I tried to get rid of the IE 7 compatibility mode using following approach:
https://developer.appway.com/screen/ShowSingleRecipe/selectedRecipeId/1385582699600
Even though the HTML doctype as well as the IE-specific meta tag gets inserted in the rendered document, internet explorer wants to go back to the compatibility mode and deactivates respectively comments out the doctype. A possible problem might be that several javascript libraries are inserted in the header before the "X-UA-Compatible" meta tag. Another possible reason could be that the the option "Display intranet sites in compatibility view" is checked in "Compatibility View settings" under Tools. Some forum entries on the internet suggest that this setting has precedence...
Any help is very much appreciated. Thanks a lot.
Best regards,
Lorin
Here is an extract of the rendered HTML: