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
    Nov 22, 2009 @ 15:27
    MisterG
    0

    Nested UL

    Hi,

    I have a compilation error when I try to put nested <ul> in the Richtext Editor.

    Code :

    <ul> <li> <ul> <li>...</li> </ul> </li> </ul>

    Error :

    [NullReferenceException: Object reference not set to an instance of an object.]
       TidyNet.Clean.CleanNode(Lexer lexer, Node node) +493
       TidyNet.Clean.CreateStyleProperties(Lexer lexer, Node node) +61
       TidyNet.Clean.CreateStyleProperties(Lexer lexer, Node node) +39
       TidyNet.Clean.CreateStyleProperties(Lexer lexer, Node node) +39
       TidyNet.Clean.CreateStyleProperties(Lexer lexer, Node node) +39
       TidyNet.Clean.CreateStyleProperties(Lexer lexer, Node node) +39
       TidyNet.Clean.CleanTree(Lexer lexer, Node doc) +23
       TidyNet.Tidy.ParseInternal(Stream input, String file, Stream Output, TidyMessageCollection messages) +534
       TidyNet.Tidy.Parse(Stream input, Stream output, TidyMessageCollection messages) +41
       umbraco.cms.helpers.xhtml.TidyHtml(String html) +372
       umbraco.library.Tidy(String StringToTidy, Boolean LiveEditing) +5
       umbraco.editorControls.tinyMCE3.TinyMCE.Save() +219
       umbraco.controls.ContentControl.saveClick(Object Sender, ImageClickEventArgs e) +91
       System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +108
       System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +118
       System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

     

    Do you have any idea ?

    Thanks for your help.

    MisterG

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies