[CLOSED] Htmleditor problem on Pressing Enter key

  1. #1

    [CLOSED] Htmleditor problem on Pressing Enter key

    Hi,

    I set HtmlEditor Property to readonly.. but when i select the text inside htmleditor and press enter key the text is erased and if i click any where in the htmleditor then i press the enter button the text goes down ...

    I am using 0.8 version
    <%@ Page Language="C#" %>
    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    </head>
    <body>
    <form id="form1" runat="server">
    
    <ext:ScriptManager ID="ScriptManager1" runat="server">
    </ext:ScriptManager>
    <ext:HtmlEditor ID="HtmlEditor1" runat="server" Text="HTMLEDITOR-READONLY" ReadOnly="true">
    </ext:HtmlEditor>
    
    
    </form>
    </body>
    </html>
  2. #2

    RE: [CLOSED] Htmleditor problem on Pressing Enter key

    Thanks for the code sample. I was able to reproduce the problem in IE. We'll investigate and do our best to come up with a fix.

    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] Htmleditor problem on Pressing Enter key

    Hi,

    Fixed. Please update from SVN

Similar Threads

  1. Replies: 0
    Last Post: Aug 10, 2012, 7:31 AM
  2. Replies: 4
    Last Post: Oct 10, 2011, 4:28 PM
  3. Replies: 4
    Last Post: Apr 14, 2010, 4:12 PM
  4. How to capture ENTER keypress in HTMLEditor?
    By mahyar in forum 1.x Help
    Replies: 0
    Last Post: Mar 30, 2010, 7:56 AM
  5. Replies: 1
    Last Post: Jul 20, 2009, 6:44 AM

Posting Permissions