Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 17 by tony.fleig: onKeyPress doesn't pass the character for the
key pressed
http://code.google.com/p/iliadproject/issues/detail?id=17What steps will reproduce the problem?
1. In the attached test app, observe that the search characters appear as
expected in the transcript, i.e. they match what is in the input text box.
2. In the method ILSearchPart>>contents, change keyup to keypress.
3. Observe that the transcript is now one character behind what is shown in
the text input box.
What is the expected output? What do you see instead?
See above
What version of the product are you using? On what operating system?
Iliad 0.9.1, Pharo 1.1-11411
Please provide any additional information below.
Attachments:
TF-Iliad.st 1.4 KB