TextArea Text property, strange behaviour in chrome

  1. #1

    TextArea Text property, strange behaviour in chrome

    Hi
    I noticed a strange behaviour on chome, Im having a hard time, figuring out exactly what the problem is. But look at this code, this does not work for me in chrome, works in IE.

    EDIT
    What happens is that the TextArea1 does not get set, with the value. But if the height is removed from the TextArea, then it works.

    /Mikael

    
    
    
    <%@ 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 id="Head1" runat="server">
    
    
    <script type="text/javascript">
    
    
    </script>
    
    
    <title></title>
    
    
    <script runat="server">
    
    
    protected void Page_Load(object sender, EventArgs e)
    
    
    {
    
    
    }
    
    
    protected void SetText(object sender, AjaxEventArgs e)
    
    
    {
    
    
    TextArea1.Text = "2009-03-24 13:26rad\n2009-03-24 13:26rad\n2009-03-24 13:26rad\n2009-03-24 13:26rad\n2009-03-24 13:26rad\n2009-03-24 13:26rad\n2009-03-24 13:27rad\n";
    
    
    TextArea2.Text = "";
    
    
    }
    
    
    </script>
    
    
    </head>
    
    
    <body>
    
    
    <form id="form1" runat="server">
    
    
    <ext:ScriptManager ID="ScriptManager1" runat="server" InitScriptMode="Inline" ScriptMode="Debug"> </ext:ScriptManager>
    
    
    <table cellpadding="0" cellspacing="0">
    
    
    <tr>
    
    
    <td><ext:TextArea Height="160" Width="580" runat="server" ID="TextArea1"></ext:TextArea></td>
    
    
    </tr>
    
    
    <tr style="height:10px;"><td></td></tr>
    
    
    <tr>
    
    
    <td><ext:TextArea Height="160" Width="580" runat="server" ID="TextArea2"></ext:TextArea></td>
    
    
    </tr>
    
    
    </table>
    
    
    <ext:Button runat="server" Text="Set text" ID="btnSubmit"><AjaxEvents><Click OnEvent="SetText"></Click></AjaxEvents></ext:Button>
    
    
    </form>
    
    
    </body>
    
    
    </html>
  2. #2

    RE: TextArea Text property, strange behaviour in chrome

    Vladsh can you please run this example in chrome, and verify if it works for you?
    /Mikael
  3. #3

    RE: TextArea Text property, strange behaviour in chrome

    Hi,

    I reproduced this bug. We are still searching fix
    *
  4. #4

    RE: TextArea Text property, strange behaviour in chrome

    Ok, thank you!

    /Mikael
  5. #5

    RE: TextArea Text property, strange behaviour in chrome

    Any progress on this one?

    Still searchig for a solution?

    /Mikael
  6. #6

    RE: TextArea Text property, strange behaviour in chrome

    Sorry to bug you again on this, I just want to know this still is in progress?

    /Mikael
  7. #7

    RE: TextArea Text property, strange behaviour in chrome

    Moved this thread to the Bugs forum. Got lost in the Premium Help.

    We're going to try and get this fixed asap.

    Geoffrey McGill
    Founder
  8. #8

    RE: TextArea Text property, strange behaviour in chrome

    Great to hear!
    Thanks!

    /Mikael

Similar Threads

  1. [CLOSED] Strange symptoms in textarea in different browsers.
    By Marcelo in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 06, 2011, 11:32 PM
  2. Strange behaviour in markup
    By Paul D in forum 1.x Help
    Replies: 1
    Last Post: Nov 09, 2010, 12:27 PM
  3. [CLOSED] Strange behaviour of ComboBox in Grid Toolbar
    By macap in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Sep 01, 2009, 6:45 AM
  4. [CLOSED] strange ComboBox behaviour
    By alexp in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 01, 2009, 10:13 AM
  5. Gridpanel with combobox, strange behaviour
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Dec 17, 2008, 5:59 AM

Posting Permissions