[CLOSED] Issue w/new Field.Indicator

  1. #1

    [CLOSED] Issue w/new Field.Indicator

    I think I like the new Field.Indicator, but am having an issue with it.

    If you add FormPanel.MonitorValid=true to the Indicator example, and you will see that the Indicator for field2 disappears. This field has MsgTarget=Side and is required.

    I think what is happening is the isValid() functions are clearing the 'Side' location when the field is valid. Instead, if there is a Indicator it should show the Indicator when the field is valid. Correct?
    Last edited by Daniil; Sep 07, 2010 at 9:44 PM. Reason: [CLOSED]
  2. #2
    Hi,

    We hide indicator if MsgTarget="Side" and field is invalid. When you set MonitorValid="true" the formpanel force fields checking. Field2 is invalid because AllowBlank="false". But MonitorValid calls validation without field marking

    We fixed it (just check in the 'invalid' event handler that the error icon is not visible)
    Please update from SVN

Similar Threads

  1. [CLOSED] Mandatory Field Indicator displayed inside combobox
    By AnulekhaK in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jan 31, 2012, 8:12 AM
  2. Replies: 2
    Last Post: Jan 18, 2012, 5:24 PM
  3. Replies: 1
    Last Post: Apr 28, 2011, 12:00 PM
  4. Field indicator not showing?
    By wexman in forum 1.x Help
    Replies: 6
    Last Post: Mar 03, 2011, 1:37 PM
  5. Replies: 32
    Last Post: Nov 17, 2010, 12:08 PM

Posting Permissions