Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    itemChange seems to fire too soon, etc.

    I have the following string function for testing on the itemChange event for a dynamicForm.

    Code:
    {alert(item.title+" changed to "+newValue);
    return true;
    }
    I get the alert as soon as I type in one of the form fields. So, I am unable to complete the value I was typing.

    Another problem symptom is that the updated value is not displayed in the field. The original value is still visible. The new value, however, is the one the form 'thinks' is there. If I [make the one character] change to return the field to its former value, the event does not trigger.

    This is a really cool event I would like to get working.

    Is there something I am missing? I did not anticipate this behavior from the SmartClient Reference. It talked about 'values' not 'characters' changing.

    Thanks,

    Rick

    P.S. I am running SmartClient_SC_SNAPSHOT-2012-01-09_v82p on Mozilla Firefox 3.6.18 with Firebug using Windows XP Pro 32 bit.
Working...
X