Re: Problem with Links dropdown

  •  02-21-2007, 9:15 AM

    Re: Problem with Links dropdown

    You should really start trying these things when customers give you exact cases to reproduce.  Take your example here, and add the following right after line 69 ():
     
    Editor2.EditorWysiwygModeCss = "../../../example.css";
    Editor1.EditorWysiwygModeCss = "../../../example.css";
     
    The tree that was added in the second editor completely disappears.  The contents of the "Links" dropdown in editor one is completely cleared out.  Comment those two lines out, and the two dropdowns appear correctly.  It sure looks to me like EditorWysiwygModeCss is affecting those things.
View Complete Thread