[pve-devel] [PATCH] Force Internet Explorer to interpret pages in IE10 compatibility modus

Emmanuel Kasper e.kasper at proxmox.com
Thu Jun 18 15:04:12 CEST 2015


IE11 is not supported with ExtJS 4, so we have to force the IE
rendering engine to parse the page as an older version.
This fixes the problem of the component tree icons not appearing.
IE11 is supported in ExtJS so this header is not needed in manager5/ (tested OK)

Closes https://bugzilla.proxmox.com/show_bug.cgi?id=645
---
 PVE/ExtJSIndex.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/ExtJSIndex.pm b/PVE/ExtJSIndex.pm
index 5ecff92..c8c8f64 100644
--- a/PVE/ExtJSIndex.pm
+++ b/PVE/ExtJSIndex.pm
@@ -11,6 +11,7 @@ sub get_index {
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=10">
     <title>Proxmox Virtual Environment</title>
  
     <link rel="stylesheet" type="text/css" href="/pve2/ext4/resources/css/ext-all.css" />
-- 
2.1.4





More information about the pve-devel mailing list