Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Richard Barg 358 posts 532 karma points
    Mar 11, 2014 @ 17:06
    Richard Barg
    0

    HTML Source within Tiny MCE Displays Blank Window in IE 11

    System: Umbraco Version - 4.7.1 ,Windows Server 2008 ヨ 8gb memory ヨ 4 Zeon 2.27Ghz processors service pack 1 ヨ 64 bit OS , IIS version 7.5.7600.16385, SQL Server 2008 R2, Stacktrace - N/A

    The problem does not occur in other browsers nor in earlier versions of IE. Data/text is present in the TinyMCE editor, but clicking the HTML toolbar button produces a blank window.

    See also: http://www.tinymce.com/develop/bugtracker_view.php?id=6307

    https://tracker.moodle.org/browse/MDL-42907

    Apparently TinyMCE (the company) has fixed the problem. However, Umbraco HQ continually lags behind in its support for the latest releases of TinyMCE making issues like this difficult to solve.

    Another unfortunate decision by HQ is that unlike Drupal and WordPress, TinyMCE is not available as a plugin so when bugs are found in TinyMCE, you can't simply update the plugin.

    Does anyone have any workarounds or fixes?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 11, 2014 @ 18:08
    Jeroen Breuer
    0

    You can find more info about it here: http://issues.umbraco.org/issue/U4-3247

    It will be fixed in 6.2.0, but as as a workaround, this seems to solve the problem for now, add this to /umbraco/umbraco.aspx:

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10">

    Make sure to add it BEFORE this line:

    <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />

    Jeroen

  • Richard Barg 358 posts 532 karma points
    Mar 11, 2014 @ 19:32
    Richard Barg
    0

    @Jason = Thanks for this information and fix. I assume it will work w/4.71. If not will update this thread.

Please Sign in or register to post replies

Write your reply to:

Draft