Copied to clipboard

Flag this post as spam?

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


  • MisterG 19 posts 31 karma points
    Dec 11, 2009 @ 18:46
    MisterG
    -1

    My biggest frustration with Umbraco

    Hi,

    I'm developing websites with Umbraco for a while now and my biggest frustration is this f***ing TinyMCE editor.

    For different reasons it generates an error when you paste some "enhanced/evoluated" html code.

    Is it possible to use another editor or bypass all these verifications that crash Umbraco ?

     

  • Douglas Robar 3570 posts 4711 karma points MVP ∞ admin c-trib
    Dec 11, 2009 @ 19:21
    Douglas Robar
    2

    You can either turn off Tidy (in the /config/umbracoSettings.config file) or you can use a 'Textbox multiple' instead of the Richtext editor. Then you could paste in html directly with no review of it at all.

    cheers,
    doug.

  • Lee 1130 posts 3088 karma points
    Dec 11, 2009 @ 20:17
    Lee
    0

    Have to say thats not really a frustration with Umbraco!  Thats the editor which 90% of all CMS systems use??  and as Doug says you could either turn it off, use a Textbox multiple or create your own DataType using an editor which you like??  Lots of choices... :S

  • MisterG 19 posts 31 karma points
    Dec 14, 2009 @ 21:54
    MisterG
    0

    Of course I have already remove the Tidy validation from the config file, but recently I received another error not coming from Tidy but from umbraco.

     

    Item has already been added. Key in dictionary: 'width'  Key being added: 'width'

    System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) +7484392
    System.Collections.Hashtable.Add(Object key, Object value) +11
    umbraco.editorControls.tinyMCE3.webcontrol.TinyMCEWebControl.formatMedia(String html) +534
    umbraco.editorControls.tinyMCE3.webcontrol.TinyMCEWebControl.OnPreRender(EventArgs e) +35
    System.Web.UI.Control.PreRenderRecursiveInternal() +80
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842

    That's not an error from Tiny but from an umbraco DLL.

    When you think you have corrected an error, it's another one coming up. And that is since the version 2.0.

    So tell my customer to use the Textbox multiple ...

    Thank you for my -1.

     

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Dec 14, 2009 @ 23:18
    Dirk De Grave
    0

    MisterG,

    Are you able to repro this on a clean install? Just asking as to make life easier for the core people to investigate. Even though your error is defenitely obvious, it could be a combo of different things that make tinyMce/umbraco behave strangly. If reproducable, can you log this issue on Codeplex!

     

    Cheers,

    /Dirk

  • MisterG 19 posts 31 karma points
    Dec 15, 2009 @ 09:01
    MisterG
    0

    Hi Dirk,

    It's a clean install with the latest version 4.0.3

    I will post that on Codeplex.

    BTW, why the forum isn't working with IE8 ?

    Regards,

    MisterG

Please Sign in or register to post replies

Write your reply to:

Draft