[FIXED] [V0.6] TextArea

  1. #1

    [FIXED] [V0.6] TextArea

    Hello,

    Type the string value into the example text area and you will get:

    Result:
    <style type=\"text/css\">\r\n\r\n</style>
    Example.aspx:
    <%@ 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">
    <script runat="server">
        protected void Page_Load(object sender, EventArgs e)
        {
            
        }
    </script>
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head id="Head1" runat="server">
        <title>Untitled Page</title>
    </head>
    <body>
        <p><a href="Example.aspx">Reload</a></p>
        <form id="form1" runat="server">
            <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="True" />
            <ext:ScriptManager ID="ScriptManager2" runat="server" Theme="Gray" />
            <ext:TextArea ID="txtDemo" runat="server" Width="600" Height="400" />
            <ext:Button ID="btnSave" runat="server" Text="Save"  />
        </form>
    </body>
    </html>
    String value:
    <style type="text/css">
    
    </style>
    Cheers,
    Timothy
  2. #2

    RE: [FIXED] [V0.6] TextArea

    Just bumping this one up :)

    Cheers,
    Timothy
  3. #3

    RE: [FIXED] [V0.6] TextArea



    Hi Timothy,

    This encoding bug has been fixed. We were accidently double encoding the value.

    The new code has been committed to svn and will be publicly available with the v0.6 release.

    Thanks for reporting the defect!
    Geoffrey McGill
    Founder
  4. #4

    RE: [FIXED] [V0.6] TextArea

    Confirmed thanks.

Similar Threads

  1. TextArea.Text
    By paual in forum 1.x Help
    Replies: 0
    Last Post: May 18, 2012, 3:30 AM
  2. Rich TextArea
    By ankit in forum 1.x Help
    Replies: 1
    Last Post: Jun 14, 2010, 3:46 PM
  3. Problem with ext:TextArea
    By hbbazan in forum 1.x Help
    Replies: 2
    Last Post: Feb 24, 2010, 3:38 PM
  4. Replies: 4
    Last Post: Aug 10, 2009, 5:23 AM
  5. TextArea in IE6 can not display??
    By wkcode in forum 1.x Help
    Replies: 1
    Last Post: Apr 01, 2009, 11:30 PM

Posting Permissions