Re: [imp] IE11 patch

2013-12-17 Thread Michael M Slusarz
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

Re: [imp] IE11 patch

2013-12-17 Thread 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 there? + /* IE11

Re: [imp] IE11 patch

2013-12-12 Thread 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 */ + if($GLOBALS['br

Re: [imp] IE11 patch

2013-12-12 Thread Michael M Slusarz
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

Re: [imp] IE11 patch

2013-12-12 Thread 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['browser']->is

Re: [imp] IE11 patch

2013-12-11 Thread 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'

Re: [imp] IE11 patch

2013-12-11 Thread Michael M Slusarz
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

[imp] IE11 patch

2013-11-26 Thread Hiromi Kimura
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);