Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

xfa.event.change and xfa.event.newText works incorrectly in HTML view

Avatar

Level 3

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?

1 Accepted Solution

Avatar

Correct answer by
Employee

You have hit a bug. Please contact Adobe Support if you want to get a fix.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

You have hit a bug. Please contact Adobe Support if you want to get a fix.