Page 1 of 1

onDataChange behaviour

PostPosted: Thu Mar 09, 2017 12:18 pm
by jbrancoIF
I searched on the wiki, support system and the forum and I can't find any reference to this problem.

I have a change of behavior to how onDataChange is called between Servoy 5 and 8.1.2 on SmartClient. Don't know if it's a bug or something that was announced (I can't find the announcement).

On a text field, before, the onDataChange was fired when the user ended a field edition and got out of the field. Now, every key type calls the onDataChange. Is this normal? Is there a way to go back to the old behavior?

Thanks in advance

Re: onDataChange behaviour

PostPosted: Thu Mar 09, 2017 3:19 pm
by lwjwillemsen
Wow, has that really changed in this manner in Servoy 8?

Re: onDataChange behaviour

PostPosted: Mon Mar 13, 2017 10:36 am
by jcompagner
that should really not happen. it should still work as before only on focus lost (or enter/action) it should be triggered.