i need to get value of a INPUT of type TEXT in real time. So i assigned to onkeyup of the INPUT to my function, that evaluates the new value.

It works fine on BB (i use 9780/OS6 for tests) except, that BACKSPACE-Key doesn't fire the event.

Here there's an example of code.

may be you have an idea, how to solve it.

Thanks a lot in advance!

Daniel

link|improve this question
How about using both keyup and keydown? – Aen Tan Aug 16 '11 at 11:18
@Aen Tan: do you have an example? Thanks in advance! – Daniel Aug 18 '11 at 8:01
In BB Backspace doesn't fire any of the key events (keydown/keypress/keyup). Did you solve this? – CraigF Aug 30 '11 at 13:29
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.