You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Nick Couchman (JIRA)" <ji...@apache.org> on 2018/02/03 22:50:00 UTC

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

    [ https://issues.apache.org/jira/browse/GUACAMOLE-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351561#comment-16351561 ] 

Nick Couchman commented on GUACAMOLE-316:
-----------------------------------------

I've taken a stab at implementing this - if you're able to try the following Git branch and build Guacamole Client, can you let me know if it's fixed?

https://github.com/necouchman/guacamole-client/tree/GUACAMOLE-316

> 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
(v7.6.3#76005)