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

Yu Xin Huo huoyuxin at linux.vnet.ibm.com
Fri May 23 10:02:08 UTC 2014


Tested on IE10, see below when launch a VM. Please double check.


On 5/15/2014 10:55 PM, 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/";

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/kimchi-devel/attachments/20140523/bf028ce0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ieiegggd.png
Type: image/png
Size: 85401 bytes
Desc: not available
URL: <http://lists.ovirt.org/pipermail/kimchi-devel/attachments/20140523/bf028ce0/attachment.png>


More information about the Kimchi-devel mailing list