-
Bug
-
Resolution: Other
-
P3
-
None
-
6u10
-
x86
-
linux
J2SE Version (please include all output from java -version flag):
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
Does this problem occur on J2SE 5.0.x or 6.0? Yes / No (pick one)
Yes
Operating System Configuration Information (be specific):
Redhat Linux Fedora Core release 3 (Heidelberg)
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000000
auto repeat delay: 250 repeat rate: 30
Bug Description:
Robot is generating multiple key events against single keystroke on Redhat Linux
(Note this appears to be the same bug as 4817479 - however that was closed as
fixed in 1.5, yet we are still seeing this problem in 1.6)
Also we can not get all of our clients to go through and change the auto repeat delay.
Expected: when the Text Area has focus the word 'testing' should repeatedly be written into it
Actual: when the Text Area has focus garbage such as 'tttttttttttttteeeeeeeeeeeeeessssssssssssssssttttttttttttttiiiiiiiiiiiiiiiiiiiiinnnnnnnnnnnnnggggggggggg' is written into it
Test case has no delay in between.
Obviously if there was a 500 ms delay and the auto repeat was 200 ms then multiple ts should be typed.
With no delay (as in test case) then only a single t should be typed.
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
Does this problem occur on J2SE 5.0.x or 6.0? Yes / No (pick one)
Yes
Operating System Configuration Information (be specific):
Redhat Linux Fedora Core release 3 (Heidelberg)
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000000
auto repeat delay: 250 repeat rate: 30
Bug Description:
Robot is generating multiple key events against single keystroke on Redhat Linux
(Note this appears to be the same bug as 4817479 - however that was closed as
fixed in 1.5, yet we are still seeing this problem in 1.6)
Also we can not get all of our clients to go through and change the auto repeat delay.
Expected: when the Text Area has focus the word 'testing' should repeatedly be written into it
Actual: when the Text Area has focus garbage such as 'tttttttttttttteeeeeeeeeeeeeessssssssssssssssttttttttttttttiiiiiiiiiiiiiiiiiiiiinnnnnnnnnnnnnggggggggggg' is written into it
Test case has no delay in between.
Obviously if there was a 500 ms delay and the auto repeat was 200 ms then multiple ts should be typed.
With no delay (as in test case) then only a single t should be typed.
- relates to
-
JDK-4817479 Robot is generating multiple key events against single keystroke on Redhat Linux
- Closed