[FIXED] [#70] TextField maxlength bug

  1. #1

    [FIXED] [#70] TextField maxlength bug

    Hi,

    With a textfield like this:

    <ext:TextField runat="server" MaxLength="10" EnforceMaxLength="true" />
    When you write 10 characters (maximum permited), if you try to type one more character it doesn't type it (CORRECT).
    But, if you select one or more characters of textfield and type a character it doesn't overwrite textfield selection. (ERROR)

    I think this situation isn't correct and possibly it might be a bug.
    Last edited by Daniil; Dec 03, 2012 at 11:49 AM. Reason: [OPEN] [#70]
  2. #2
    Hi @softmachine2011,

    I remember such issue, but, seems, I has been already fixed.

    At least, I am unable to reproduce using the latest sources from the trunk. Can you?
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @softmachine2011,

    I remember such issue, but, seems, I has been already fixed.

    At least, I am unable to reproduce using the latest sources from the trunk. Can you?
    I reproduced with Ext.NET 2.1 from NuGet with a textarea
  4. #4
    Confirm.

    I reported to Sencha.
    http://www.sencha.com/forum/showthre...l=1#post917435

    Opened an Issue to track this defect.
    https://github.com/extnet/Ext.NET/issues/70

    Here is an old Sencha thread.
    http://www.sencha.com/forum/showthread.php?185161

    I think you can find a workaround there.
  5. #5
    Quote Originally Posted by Daniil View Post
    Confirm.

    I reported to Sencha.
    http://www.sencha.com/forum/showthre...l=1#post917435

    Opened an Issue to track this defect.
    https://github.com/extnet/Ext.NET/issues/70

    Here is an old Sencha thread.
    http://www.sencha.com/forum/showthread.php?185161

    I think you can find a workaround there.
    Ok, thanks. This isn't important for my project right now.
  6. #6
    Ok.

    Sencha opened a bug.
  7. #7
    Both the Sencha team and the Ext.NET team can no longer reproduce this issue as of Ext.NET 4.x.

    Please let us know if you run into the same problem with Ext.NET 4.x (or higher) and we will reopen this Issue for investigation. Going forward, support for this issue can only be provided for Ext.NET 4.x (or higher).
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. issue about maxlength of TextField
    By sonnh11 in forum 1.x Help
    Replies: 4
    Last Post: Jan 07, 2013, 6:33 AM
  2. TextField MaxLength not working
    By xtremexploit in forum 2.x Help
    Replies: 1
    Last Post: Jun 18, 2012, 11:28 PM
  3. [CLOSED] TextField - Maxlength
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 17, 2011, 6:20 PM
  4. change textfield maxlength
    By [WP]joju in forum 1.x Help
    Replies: 1
    Last Post: Sep 24, 2009, 4:51 AM

Tags for this Thread

Posting Permissions