-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
x86
-
windows_xp
FULL PRODUCT VERSION :
java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows XP [Version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
Let us say, dropdown (JComboBox) has following items:
ALLIGATOR
BEAR
CAT
CHEETA
DOG
ELEPHANT
Pressing 'B' from keyboard will select BEAR, but immediately pressing 'C' will not select anything. If you give couple of seconds and then pressing 'C' works fine and select CAT.
Once you are in CAT, pressing 'C' again quickly jumps to CHEETA.
So, only when switching to some different letter, we need to wait for couple of seconds before pressing the different key for the selection to work.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Please see desciption above for steps to reproduce.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
We shouldn't have to wait for couple of seconds before pressing another key to select a different item.
ACTUAL -
We have to wait for couple of seconds before pressing another key to select a different item.
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Wait for couple of seconds before making another selection through keyboard (using a different key).
Release Regression From : 1.4.2_07
The above release value was the last known release where this
bug was known to work. Since then there has been a regression.
###@###.### 2005-03-30 09:44:06 GMT
java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows XP [Version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
Let us say, dropdown (JComboBox) has following items:
ALLIGATOR
BEAR
CAT
CHEETA
DOG
ELEPHANT
Pressing 'B' from keyboard will select BEAR, but immediately pressing 'C' will not select anything. If you give couple of seconds and then pressing 'C' works fine and select CAT.
Once you are in CAT, pressing 'C' again quickly jumps to CHEETA.
So, only when switching to some different letter, we need to wait for couple of seconds before pressing the different key for the selection to work.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Please see desciption above for steps to reproduce.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
We shouldn't have to wait for couple of seconds before pressing another key to select a different item.
ACTUAL -
We have to wait for couple of seconds before pressing another key to select a different item.
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Wait for couple of seconds before making another selection through keyboard (using a different key).
Release Regression From : 1.4.2_07
The above release value was the last known release where this
bug was known to work. Since then there has been a regression.
###@###.### 2005-03-30 09:44:06 GMT
- duplicates
-
JDK-6237075 JComboBox character keyboard navigation not always working
-
- Closed
-