Editor in IE Compatibility mode not working

Editor in IE Compatibility mode not working

AssalihAssalih Posts: 2Questions: 1Answers: 0

Hello Allen,

I have the Editor-1.5.6, Buttons-1.2.2, Select-1.2.0, and DT 1.10.12, I have a problem with Editor windows are misplaced to the left and rendered almost blank in IE compatibility mode (when not in compatibility mode the editor works just fine). do you have a solution for this problem?

Answers

  • AssalihAssalih Posts: 2Questions: 1Answers: 0
    edited November 2016

    Adding this to the page solved my problem

    <!DOCTYPE html> 
    <head>
      <!-- Use Internet Explorer 8 Standards mode -->
      <meta http-equiv="x-ua-compatible" content="IE=8">
      <title>My webpage</title>
    </head>
    
This discussion has been closed.