After performing a search (ctrl-f) the numeric key pad doesn't respond to typing anymore. Only after hitting other keys of the keyboard I can use the keypad again. Strange bug,not sever I think but highly reproducible (jEdit 4.3pre8).
cheers, choff
The reason is that the method KeyEventWorkaround.isPrintable() says that the numeric keypad keys aren't printable.
This is a wanted behavior because all those keys are commented out. But I don't know the reason why it is like that, and there is probably a good reason.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1493846
Originator: NO
Yes, me too.
jEdit 4.3pre9, MS win XP, java 1.5.0_10
Logged In: YES
user_id=831311
Originator: NO
I've regularly experience the same problem, but I am never able to reproduce it.
Since I switched to Mac I havn't had this problem, though.
Regards,
Seph
Logged In: YES
user_id=285591
Originator: NO
Hi, this is a well known problem that seems to happens only on Windows, very boring, but not easy to fix without breaking something else on other OS
Logged In: YES
user_id=831311
Originator: NO
I this on Linux.
I didn't experience it on Windows since my windows pc is a laptop, so I don't use the numeric keyboard.
Can you sum up what the problem is related to, kpouer?
Logged In: YES
user_id=285591
Originator: NO
The reason is that the method KeyEventWorkaround.isPrintable() says that the numeric keypad keys aren't printable.
This is a wanted behavior because all those keys are commented out. But I don't know the reason why it is like that, and there is probably a good reason.
Logged In: YES
user_id=285591
Originator: NO
Hi, I hope it is fixed in SVN now for 4.3pre13. But please test this fix because it is possible that some regression appears
Unfortunately, a regression really appeared. See bug #1936714.
https://sourceforge.net/support/tracker.php?aid=1936714
The change was reverted in r13655. But the original problem was really
fixed in r13654.