Hello!
Currently I’m trying to make HTML form with the same functionality, which I have in PDF. And now I'm facing such error:
xfa.event.newText and xfa.event.change works incorrectly in HTML view: I use two languages, Russian and English. So, if I type English/Latin character everything is ok. But if I type Cyrillic character, these events return Latin one, which is on the same keyboard key.
For example, I use such code in a field change even:
app.alert(xfa.event.change);
So, if I type Q letter, I receive Q in my messageBox.
But if i type Й letter, I receive Q, anyway.
So, how can this be fixed?