I am running into an issue while scripting mutation actions for a CMS. The intention is to create a new article and then add a text with variable length as body of the text. I set it up as a parameter with several entries each with a different text length. The problem is that every now and then characters are missing when the body of text is typed in automatically by VUgen. I can even witness this when playing the trueclient script with the browser on my desktop.
Example: The parameter text migt be "This is a text with a certain amount of characters." and what would be appear in the body text might result as "This is a text with a certain amnt of characters"
In this case the "ou" of "amount" is missing.
Note that I left the typing interval at the default of 350ms.
Any ideas as to what might be the cause of this?
Peet