• pedersen
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

 

I have a very basic VF page that is served up in sites:

 

http://testing4-developer-edition.na15.force.com/online/test

 

 

When running in IE 9 / Win 7, no issues in that it it renders with Document mode: IE9 standards

 

When running in IE10 / Win 8, it is being forced to IE7 standards (the browser is not set to run in compatability mode and the site is not set as a site to run in compatability view).

 

Any ideas on why this is happening?

 

 

<apex:page doctype="html-5.0" title="test"  cache="false" showHeader="false" sidebar="false" >
 <title>test</title>
 <body>
  <!-- Begin Default Content REMOVE THIS -->
  <h1>Congratulations</h1>
  This is your new Page
  <!-- End Default Content REMOVE THIS -->
  </body>
</apex:page>
  • February 05, 2013
  • Like
  • 0