[FIXED] [#1441] [4.2.1] SelectText problem

  1. #1

    [FIXED] [#1441] [4.2.1] SelectText problem

    Hi,
    see my example, this method in Ext.Net 3.3 works fine, but in 4.2 the selectText does not consider the parameters and select all text.
    I have tried with IE, FF anc Chrome.
    Thank you

    Jimmy

    <%@ Page Language="C#" %>
    
    
    <!DOCTYPE html>
    
    
    <html>
    <head runat="server">
        <title></title>
        <link href="/resources/css/examples.css" rel="stylesheet" />
    </head>
    <body>
        <ext:ResourceManager runat="server"/>
    
    
        <ext:TextArea ID="txtA1" runat="server" Height="70" Width="710" MaxLength="1000" EnforceMaxLength="true" Text="lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum " SelectOnFocus="false"/>
    
    
        <ext:Button ID="Button2" runat="server" Text="Select">
            <Listeners>
                <Click Handler="App.txtA1.focus(); App.txtA1.selectText(3, 5);" />
            </Listeners>
        </ext:Button>
      
       
    </body>
    </html>
  2. #2
    Hello!

    Thanks for reporting the issue! It has also been spotted in our underlying framework's website -- Sencha -- as well. In the same Sencha thread they offer an override that works just fine. We've just applied the fix to Ext.NET and it seems to be working great, it would be awesome to have your feedback on that!

    We have attached (and implemented already) issue #1441 to tackle this issue. You can find more information there.
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hi Fabricio,
    override of filed text works fine.
    When will you release the 4.2.1?
    Thank you

    Jimmy
  4. #4
    Hello Jimmy!

    Unfortunately we don't have a time frame for Ext.NET 4.2.1 release yet to say.
    Fabrício Murta
    Developer & Support Expert
  5. #5
    Hello Jimmy!

    I have here the fix has made it out to Ext.NET 4.3.0, which was released this Monday. What it means? If you upgrade Ext.NET, you shouldn't be able to reproduce this issue no matter how hard you try!

    Well, and if you somehow do, just let us know, something may have slipped away!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 5
    Last Post: Feb 19, 2015, 1:29 PM
  2. [FIXED] [#214] Problem updating SVN 2.1.1
    By slonati_adv in forum Bugs
    Replies: 11
    Last Post: May 30, 2013, 6:48 AM
  3. [FIXED] [2.0] DateField Problem
    By MrMp3 in forum Bugs
    Replies: 3
    Last Post: Dec 12, 2012, 4:07 AM
  4. [FIXED] CompositeField problem
    By caha76 in forum Bugs
    Replies: 2
    Last Post: Dec 02, 2010, 2:35 AM
  5. Replies: 1
    Last Post: May 31, 2009, 8:10 PM

Posting Permissions