[horde] HTML Editor not loading
Henning
Twilek at gmx.de
Wed Oct 29 20:45:07 UTC 2014
Pete Billson <pete <at> turtle.com> writes:
> I've had this issue with IE and the following resolves it:
>
> In PageOutput.php
> Somewhere around line 387 (under public function outputMetaTags)
> Add
>
> /* IE11 */
> if($GLOBALS['browser']->isBrowser('msie') &&
> $GLOBALS['browser']->getMajor() == 11){
> $this->addMetaTag('X-UA-Compatible','IE=EmulateIE10',true);
> }
>
The browser used where Firefox and Iceweasel, so IE was not to blame this
time. I guess Andy Dormann is right that it is some problem with the
CKEditor debian package. I will check that when I am on the server next time.
Thanks for the suggestion
Henning
More information about the horde
mailing list