Hello,

When I type a letter into an <inputtext> the letter appears on the screen on
keydown, but it doesn't appear in the "text" attribute until the keyup. this
is causing problems for my program.  Is there a way to get the text
displayed on the screen at keydown?

If there isn't an easy way, is there a hard way? I can figure out what key
was pressed with onkeydown, and I can figure out where the character was
inserted with getselectionposition(). However, I can't figure out how to get
the letter that was inserted (I cannot assume people are using a standard US
keyboard).

Any help would be appreciated.

Thanks,

David

Reply via email to