[kaffe] Bug Report - key events in awt

Erik Johnsson erijo496 at student.liu.se
Sat Oct 5 09:23:33 PDT 2002


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








More information about the kaffe mailing list