Copied to clipboard

Flag this post as spam?

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


  • Ron Brouwer 273 posts 768 karma points
    Sep 17, 2009 @ 17:21
    Ron Brouwer
    0

    TinyMCE3 Crash on edit

    Hi,

    Can someone help me with the following problem:

    When using two datatype which both use the tinimce3 the default 'richtext editor' datatype does not show and I receive the following error:

    IE:

    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
    Timestamp: Thu, 17 Sep 2009 14:46:44 UTC

    Message: Object expected
    Line: 16229
    Char: 5
    Code: 0
    URI: http://utportal2.dev.tamtam.nl/umbraco/plugins/tinymce3/tinymce3tinymceCompress.aspx?rnd=642b95d9-8eac-4c14-b2c4-

    IE Debugger:

    tinymce.create('tinymce.plugins.InlinePopups', {
      init : function(ed, url) {
       // Replace window manager
       ed.onBeforeRenderUI.add(function() {
    >>> ed.windowManager = new tinymce.InlineWindowManager(ed); <<<<<< line:16229
        DOM.loadCSS(url + '/skins/' + (ed.settings.inlinepopups_skin || 'clearlooks2') + "/window.css");
       });
      },
      getInfo : function() {
       return {
        longname : 'InlinePopups',
        author : 'Moxiecode Systems AB',
        authorurl : 'http://tinymce.moxiecode.com',
        infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/inlinepopups',
        version : tinymce.majorVersion + "." + tinymce.minorVersion
       };
      }
     });

    The error occurs at the line between >>>..<<<

    Any help is much appreciated.

    Ron

     

  • Ron Brouwer 273 posts 768 karma points
    Sep 18, 2009 @ 15:26
    Ron Brouwer
    0

    Anyone??

  • Ron Brouwer 273 posts 768 karma points
    Sep 23, 2009 @ 12:19
    Ron Brouwer
    0

    One last time. The problem is still not solved.

Please Sign in or register to post replies

Write your reply to:

Draft