Search

You searched for the word(s):
< 1 second(s)
  • Re: Firefox formatting issues

    &nbsp;This seems to be sorted now :)
    Posted to Cute Editor for .NET (Forum) by Symo on November 29, 2013
  • Word processor features

    CuteEditor is great for HTML document editing, but we also require the following features, to use it as a letter writer (basically we want something along the lines of the TxTextControl but without the need for an ActiveX control): &nbsp; Ruler with assignable tab markers (I see that the RichTextEditor has a ruler option [but no tab ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 29, 2013
  • Re: CuteEditor & IE11

    After more random guesswork it turns out we had added &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &lt;httpProtocol&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;customHeaders&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add name=&quot;X-UA-Compatible&quot; ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 12, 2013
  • Re: CuteEditor & IE11

    I&#39;m still getting the HTMLElement issue with the new version (simple test page in our main project), however in another simple test app its working.. (note this is only happening in IE11). &lt;br&gt; &nbsp; Test page which fails in one app but works in another... &nbsp; &lt;%@ Page Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 12, 2013
  • Re: CuteEditor & IE11

    I just downloaded that latest version&amp;nbsp; and I&#39;m getting the following error in IE11 (works fine in IE10): &nbsp; Unhandled exception at line 3, column 262200 in eval code 0x800a1391 - JavaScript runtime error: &#39;HTMLElement&#39; is undefined &nbsp; &nbsp; As a result the toolbar displays, but the dropdowns are greyed out. The ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 11, 2013
  • Re: Firefox formatting issues

    That one works ok, it just seems to be the version you use in the forums... (its just done it now as I deleted the end character!).&lt;br&gt; &lt;br&gt;
    Posted to Cute Editor for .NET (Forum) by Symo on November 11, 2013
  • Firefox formatting issues

    This control seems to have some issues in Firefox 25.0: &nbsp; 1. Hitting backspace seems to remove HTML chars rather than &#39;design mode&#39; chars. (producing &lt;br&gt; at the end of the document for instance. &nbsp; 2. It seems to go into a mode where all editing is done in one character spot. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Symo on November 7, 2013
  • Re: "Insert image" in Make Template editor assumes Uploads folder

    I have the same issue. I don&#39;t understand why it needs an &#39;uploads&#39; folder anyway? We&#39;d just like the user to browse their machine for images to upload. Also does it insert them inline or just add them as a link? &nbsp; Surely it should be ImageGalleryPath for the images folder? EDIT getting really annoyed with FF adding ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 7, 2013
  • Re: FixRangePasteBug error in PasteHTML

    Finally fixed this after several hours of forum searching and trial and error (the documentation on the client scripting side of things is virtually non-existant). You need to call &#39;FocusDocument&#39; prior to doing the paste as the editor window seems to lose focus. &nbsp; i.e.: &nbsp; &nbsp;&nbsp; function test()&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 6, 2013
  • FixRangePasteBug error in PasteHTML

    Using the current asp.net demo version of CuteEditor, win8, IE10, vs2012. &nbsp; Example code: &nbsp; &lt;%@ Page Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; CodeBehind=&quot;Default.aspx.cs&quot; Inherits=&quot;Cutest._Default&quot; %&gt; &lt;%@ Register TagPrefix=&quot;CE&quot; Namespace=&quot;CuteEditor&quot; ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 6, 2013