Quoting Michael M Slusarz :
Quoting Michael M Slusarz :
Quoting Jens Grüntjes :
Zitat von Hiromi Kimura :
From: Michael M Slusarz
Subject: Re: [imp] IE11 patch
Date: Wed, 11 Dec 2013 21:05:56 -0700
Quoting Hiromi Kimura :
Attach is my IE11 patch.
Please test it.
Why is this in
Quoting Michael M Slusarz :
Quoting Jens Grüntjes :
Zitat von Hiromi Kimura :
From: Michael M Slusarz
Subject: Re: [imp] IE11 patch
Date: Wed, 11 Dec 2013 21:05:56 -0700
Quoting Hiromi Kimura :
Attach is my IE11 patch.
Please test it.
Why is this in there?
+ /* IE11
Quoting Jens Grüntjes :
Zitat von Hiromi Kimura :
From: Michael M Slusarz
Subject: Re: [imp] IE11 patch
Date: Wed, 11 Dec 2013 21:05:56 -0700
Quoting Hiromi Kimura :
Attach is my IE11 patch.
Please test it.
Why is this in there?
+ /* IE11 */
+ if($GLOBALS['br
Quoting Hiromi Kimura :
From: Michael M Slusarz
Subject: Re: [imp] IE11 patch
Date: Wed, 11 Dec 2013 21:05:56 -0700
Quoting Hiromi Kimura :
Attach is my IE11 patch.
Please test it.
Why is this in there?
+ /* IE11 */
+ if($GLOBALS['browser']->is
Zitat von Hiromi Kimura :
From: Michael M Slusarz
Subject: Re: [imp] IE11 patch
Date: Wed, 11 Dec 2013 21:05:56 -0700
Quoting Hiromi Kimura :
Attach is my IE11 patch.
Please test it.
Why is this in there?
+ /* IE11 */
+ if($GLOBALS['browser']->is
From: Michael M Slusarz
Subject: Re: [imp] IE11 patch
Date: Wed, 11 Dec 2013 21:05:56 -0700
> Quoting Hiromi Kimura :
>
>> Attach is my IE11 patch.
>> Please test it.
>
> Why is this in there?
>
> + /* IE11 */
> + if($GLOBALS['browser'
Quoting Hiromi Kimura :
Attach is my IE11 patch.
Please test it.
Why is this in there?
+ /* IE11 */
+ if($GLOBALS['browser']->isBrowser('msie') &&
+ $GLOBALS['browser']->getMajor() == 11){
+ $this->addMetaTag('X-UA-Compatible','IE=EmulateIE10',true);
+ }
Th
Attach is my IE11 patch.
Please test it.
-=-=-=-=-
Hiromi KIMURA http://www.tac.tsukuba.ac.jp/~hiromi/
--- Horde/Browser.php.orig 2013-11-05 14:15:54.0 +0900
+++ Horde/Browser.php 2013-11-13 12:04:55.0 +0900
@@ -358,6 +358,27 @@
$this->setFeature('javascript', false);