[Kimchi-devel] [PATCH] novnc does not work in IE

Paulo Ricardo Paz Vital pvital at linux.vnet.ibm.com
Fri May 16 13:31:43 UTC 2014


-- 
Tested-by: Paulo Vital <pvital at linux.vnet.ibm.com>
Reviewed-by: Paulo Vital <pvital at linux.vnet.ibm.com>


On Thu, 2014-05-15 at 10:55 -0400, Adam King wrote:
> vnc_auto.html has 2 meta tags for X-UA-Compatible preventing the IE mode from taking effect. Combine them so they are both effective.
> 
> Signed-off-by: Adam King <rak at linux.vnet.ibm.com>
> ---
>  ui/pages/vnc_auto.html.tmpl | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/ui/pages/vnc_auto.html.tmpl b/ui/pages/vnc_auto.html.tmpl
> index f295019..bd96d60 100644
> --- a/ui/pages/vnc_auto.html.tmpl
> +++ b/ui/pages/vnc_auto.html.tmpl
> @@ -12,8 +12,7 @@
>      -->
>      <head>
>          <title>noVNC</title>
> -        <meta http-equiv="X-UA-Compatible" content="chrome=1">
> -        <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
> +        <meta http-equiv="X-UA-Compatible" content="chrome=1, IE=Edge">
>          <link rel="stylesheet" href="$href("/css/novnc/base.css")" title="plain">
>          <script type='text/javascript'>
>              var INCLUDE_URI = "/js/novnc/";




More information about the Kimchi-devel mailing list