Search

You searched for the word(s):
< 1 second(s)
  • Re: Problem with Links dropdown

    You should really start trying these things when customers give you exact cases to reproduce.&nbsp; Take your example here, and add the following right after line 69 (): &nbsp; Editor2.EditorWysiwygModeCss = ''../../../example.css'';Editor1.EditorWysiwygModeCss = ''../../../example.css''; &nbsp; The tree that was added in the second editor ...
    Posted to Cute Editor for .NET (Forum) by yugota on February 21, 2007
  • Re: Problem with Links dropdown

    Okay, I figured out what is causing the problem, but I'm not sure why this is the case.&nbsp; The problem is that I am setting EditorWysiwygModeCss AFTER I load the LinkTree with items.&nbsp; Why does this cause the LinkTree to get reset?&nbsp; Based on the definition of what that property is for, the two should be completely unrelated.
    Posted to Cute Editor for .NET (Forum) by yugota on February 20, 2007
  • Problem with Links dropdown

    I am trying to programmatically load the links dropdown.&nbsp; It was working before, and I think it stopped working when I started using the newest release. &nbsp; I even tried copying the C# example from here: &nbsp; http://cutesoft.net/developer+guide/Links_dropdown_Customization.htm &nbsp; and put it into the page_load function of my ...
    Posted to Cute Editor for .NET (Forum) by yugota on February 20, 2007
  • Re: Problem with Editor and CSS

    I can confirm that when I measured it, I did not get the same results as what you are saying.&nbsp; FireFox and IE show one thing, and the Cute Editor shows something different.
    Posted to Cute Editor for .NET (Forum) by yugota on February 20, 2007
  • Problem with styles applied in FireFox

    I have found a problem with the way styles are applied within the WYSIWYG view in FireFox.&nbsp; If I have the below HTML: &nbsp; &lt;a style=''COLOR: red'' href=''http://www.yahoo.com''&gt;test&lt;/a&gt; &nbsp; The link appears blue in the WYSIWYG view in FireFox.&nbsp; In IE, it appears correctly as red.&nbsp; The HTML works correctly in ...
    Posted to Cute Editor for .NET (Forum) by yugota on February 20, 2007
  • Re: Problem with Editor and CSS

    I took the screen shots of all three environments and here is what I got for heights (using Photoshop): &nbsp; Cute Editor: &nbsp;&nbsp;&nbsp;Div (including borders): 332px; &nbsp;&nbsp;&nbsp;Div (without borders): 326px; &nbsp; IE 6:&nbsp; &nbsp;&nbsp;&nbsp;Div (including borders): 338px; &nbsp;&nbsp;&nbsp;Div (without borders): ...
    Posted to Cute Editor for .NET (Forum) by yugota on January 23, 2007
  • Re: Problem with Editor and CSS

    Did you look at the three attached screens?&nbsp; You can clearly see that it is not doing the same thing in Cute Editor as it is in the two browsers.&nbsp; If I change the HTML to have a height of 338 px, the Cute Editor suddenly looks the way that the browsers display with a height of 332px, but then the div is too tall in the browsers.
    Posted to Cute Editor for .NET (Forum) by yugota on January 23, 2007
  • Re: Problem with Editor and CSS

    I hate to tell you this, but I am looking at the exact same HTML in the Cute Editor and in IE directly, and they ARE NOT doing the same thing. &nbsp; Here's Cute Editor: &nbsp; &nbsp; Here's IE6.0: &nbsp; Here's FireFox 1.5: &nbsp; Quite clearly, the editor is not displaying the same as IE or FireFox.&nbsp;&nbsp;Regardless of what ...
    Posted to Cute Editor for .NET (Forum) by yugota on January 22, 2007
  • Problem with Editor and CSS

    I have the following HTML: &nbsp; &lt;div style=''height: 100px; width: 100px; border: 3px solid black;''&gt; Content Goes Here &lt;/div&gt; &nbsp; In both IE and Firefox, this renders a 100x100 box with a 3px border, effectively making the box 106x106.&nbsp; However, in the Cute Editor (use in IE or FireFox as well), the border is getting ...
    Posted to Cute Editor for .NET (Forum) by yugota on January 22, 2007