You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Mark Tomich (JIRA)" <ji...@apache.org> on 2017/06/06 13:25:18 UTC

[jira] [Created] (GUACAMOLE-316) IE Compatibility mode doesn't work

Mark Tomich created GUACAMOLE-316:
-------------------------------------

             Summary: IE Compatibility mode doesn't work
                 Key: GUACAMOLE-316
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-316
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole-client
    Affects Versions: 0.9.12-incubating
         Environment: IE 11 on Windows Server 2k8r2; also observed on other combinations of IE / Windows.
            Reporter: Mark Tomich
            Priority: Minor


When IE's compatibility mode is enabled (as it is by default for users accessing our company's internal sites), the guacamole-client UI fails to render.  The solution is simply adding the following to the head of the HTML document:

<meta http-equiv="x-ua-compatible" content="IE=edge" >

ref: https://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)