[CLOSED] InputMask's AlwaysShow property is not honored when the value is cut (CTRL X)

  1. #1

    [CLOSED] InputMask's AlwaysShow property is not honored when the value is cut (CTRL X)

    On the following example, when TextField's value is selected (CRTL A) and then, the value is cutted (CTRL X), the mask disappears, in other words, the AlwaysShow property is not honored.

    Going further, when you Cut the value, and then, you start typing again, the input mask goes crazy.

    Note: The AlwaysShow property works as expected when the value is Deleted (Delete Key) or Erased (Backspace Key).
    <!DOCTYPE html>
    <html>
    <head runat="server">
    </head>
    <body>
        <ext:ResourceManager runat="server" />
        <ext:TextField FieldLabel="Try me" Margin="10" runat="server">
            <Plugins>
                <ext:InputMask Mask="(999) 999-9999" AlwaysShow="true" runat="server" />
            </Plugins>
        </ext:TextField>
    </body>
    </html>
    Last edited by Daniil; Apr 24, 2013 at 8:26 AM. Reason: [CLOSED]
  2. #2
    Thanks for the report, fixed in SVN

Similar Threads

  1. Replies: 6
    Last Post: Jan 08, 2017, 5:58 PM
  2. [CLOSED] InputMask JS error
    By stratadev in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 13, 2013, 4:27 PM
  3. Disabling InputMask using JS
    By joaxazevedo in forum 2.x Help
    Replies: 1
    Last Post: Mar 06, 2013, 3:17 PM
  4. [CLOSED] InputMask
    By sigmasafi in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 28, 2013, 4:08 AM
  5. How to add an InputMask plugin?
    By joaxazevedo in forum 2.x Help
    Replies: 3
    Last Post: Feb 21, 2013, 8:28 PM

Posting Permissions