[kaffe] Bug Report - key events in awt

Erik Johnsson erijo496@student.liu.se
05 Oct 2002 18:23:33 +0200


Hi!

I've been using kaffe for my course in Objectoriented programming and I
have found a bug in the keyevent handling. The problem is that whenever
I press a key, the program is halted until the key is released again. I
have found that the bug goes away if I change line 25 in KeyEvt.java
from:
accelHint = true;
to:
accelHint = false;

I know that this does not fix the bug (as it probably destroys something
else) but it should point at the problem.

Regards
Erik Johnsson