[OPEN] [#789] Cut all text

  1. #1

    [OPEN] [#789] Cut all text

    On the following sample, type 123/456/789

    Then select all text (CTRL + A)

    Then cut selected text (CTRL + X)

    Only the first character was cut. That happens on both Chrome asnd Firefox. On IE it works as expected.
    <!DOCTYPE html>
    <html>
    <head runat="server">
    </head>
    <body>
        <ext:ResourceManager Theme="Crisp" runat="server" />
        <ext:TextField runat="server">
            <Plugins>
                <ext:InputMask Mask="999/999/999" AlwaysShow="true" runat="server" />
            </Plugins>
        </ext:TextField>
    </body>
    </html>
    Thanks in advance.
    Attached Thumbnails Click image for larger version. 

Name:	im001.png 
Views:	4 
Size:	1.3 KB 
ID:	23871   Click image for larger version. 

Name:	im002.png 
Views:	4 
Size:	941 Bytes 
ID:	23881   Click image for larger version. 

Name:	im003.png 
Views:	4 
Size:	1.3 KB 
ID:	23891  
    Last edited by Daniil; Apr 17, 2015 at 4:51 PM. Reason: [OPEN] [#789]
  2. #2
    Hi Raphael,

    Thank you for the report! Created an Issue:
    https://github.com/extnet/Ext.NET/issues/789

    Please clarify were you able to determine what is going on?
  3. #3
    I will investigate it and later today i update this thread, ok?

Similar Threads

  1. Replies: 5
    Last Post: Jul 04, 2013, 5:25 PM
  2. [CLOSED] making text area to display html formated text
    By SymSure in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 19, 2012, 5:07 PM
  3. Replies: 2
    Last Post: Jul 11, 2012, 5:18 PM
  4. Replies: 10
    Last Post: Apr 05, 2010, 1:42 AM
  5. [CLOSED] MultiSelect and text items with comma in Text property
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 15, 2009, 2:30 PM

Posting Permissions