[OPEN] [#218] MarkInvalid on TextField

  1. #1

    [OPEN] [#218] MarkInvalid on TextField

    TextField.MarkInvalid()
    Does not cause the textfield to change,

    TextField.MarkInvalid("Test")
    does, ie. leaving optional parameter "error" out results in no change at the user interface.

    A workaround is to input an empty string although that does result in the error tooltip displaying rather poorly.
    Last edited by Daniil; Apr 26, 2013 at 5:48 AM. Reason: [OPEN] [#218]
  2. #2
    Hi Justin,

    Thank you for the report.

    For now we can suggest:
    this.TextField1.MarkInvalid(" ");
  3. #3
    Generally, a MarkInvalid() call without parameters should pick up a field's InvalidText, but it doesn't.

    I reported to Sencha and they opened a bug ticket.
    http://www.sencha.com/forum/showthread.php?262240

    We created an Issue to monitor.
    https://github.com/extnet/Ext.NET/issues/218

Similar Threads

  1. [CLOSED] AbstractComponent is missing the MarkInvalid method
    By SFritsche in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 07, 2012, 11:18 AM
  2. [CLOSED] markInvalid
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 21, 2011, 11:05 AM
  3. [CLOSED] Problem with markInvalid() (bug?)
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 06, 2010, 3:03 PM
  4. [CLOSED] how to markInvalid on custom fields
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: May 13, 2010, 10:20 AM
  5. Blur event and MarkInvalid method
    By mrWolf in forum 1.x Help
    Replies: 2
    Last Post: Oct 12, 2009, 3:42 AM

Tags for this Thread

Posting Permissions