Copied to clipboard

Flag this post as spam?

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


  • Jed 55 posts 80 karma points
    May 13, 2011 @ 18:09
    Jed
    0

    Rich text editor doesn't appear

    Im using Doc2Form on our Intranet. Depending on login method the rich text editor doesn't appear. When (inside our LAN) I log in at http://intranet the RTE does appear, but when I go via http://intranet.mydomain.com the RTE doesn't show up. Different source code is served in each case, with the RTE js code not in the source at all in the second case. So IIS7 (integrated windows authentication) is serving up different code depending on URL. I've tried 'full control' permissions on all web folders for all users, and bypassing our proxy without success. Any ideas how can I get the RTE code to be served regarless of domain?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    May 13, 2011 @ 19:07
    Jan Skovgaard
    0

    Hi Jed

    I suppose you are using a website for the intranet, right? (It's on the intranet you can't see the RTE, not in the Umbraco backoffice...right?)...

    Is it the exact same template with the exact same macro that is being displayed? And how is the macro inserted...directly on a template or through the Rich text editor in Umbraco?

    /Jan

  • Jed 55 posts 80 karma points
    May 16, 2011 @ 13:11
    Jed
    0

    Hello Jan, yes I am using an Umbraco web site for our Intranet, and yes I can see the RTE in the Umbraco back-end.

    It's the same page I'm looking at in both cases - When I visit intranet/mypage.aspx the RTE is there, but on intranet.mydomain.org/mypage.aspx it's not - the page is the same but the source code is different. I have no idea why this could be.

  • Jed 55 posts 80 karma points
    May 16, 2011 @ 15:55
    Jed
    0

    Some more detail on this - it seems doc2form.ascx is throwing an exception on - dt.DataEditor.Editor.ClientID - a problem which seems to relate to this post:

    http://our.umbraco.org/forum/using/ui-questions/3220-TinyMCE-Editor-problem---Firefox-and-IE

    where TinyMCE does not appear for users who are not logged in.This is likely the same as my issue, as my different domains could mean different user privs.

    So any clue how I can work around this bug?

  • Jed 55 posts 80 karma points
    May 17, 2011 @ 10:54
    Jed
    0

    This problem is the same as this:

    http://our.umbraco.org/projects/website-utilities/doc2form/bug-reports-issues/19526-rich-text-editr-breaks-form?p=0#comment77309

    Which says a fixed dll is available, though I'm not sure how to get hold of that dll or whether it works with 4.6.1

  • Jed 55 posts 80 karma points
    May 17, 2011 @ 12:20
    Jed
    0

    This is the caught error:

    System.ArgumentException: Incorrect TinyMCE configuration.
    Parameter name: Configuration ---> System.NullReferenceException: Object reference not set to an instance of an object.
    at umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration)
    --- End of inner exception stack trace ---
    at umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration)
    at umbraco.editorControls.tinyMCE3.tinyMCE3dataType.get_DataEditor()
    at BCTLLC.UmbracoExtensions.Doc2Form.OnInit(EventArgs e)
Please Sign in or register to post replies

Write your reply to:

Draft