-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.2
-
generic
-
generic
Name: skT88420 Date: 01/10/2000
java version "1.2.2"
Classic VM (build JDK-1.2.2-001, native threads, symcjit)
The help for MetalComboBoxUI states:
isFocusTraversable
public boolean isFocusTraversable(JComboBox c)
Description copied from class: BasicComboBoxUI
Determines if the JComboBox is focus traversable. If the JComboBox is editable
this returns false, otherwise it returns true.
Overrides:
isFocusTraversable in class BasicComboBoxUI
--------------------------------------------------------------------------------
yet the method is implemented as...
public boolean isFocusTraversable( JComboBox c ) {
return false;
}
which, of course, does not check the object for editability.
(Review ID: 99428)
======================================================================
- duplicates
-
JDK-4137675 JComboBox does not get focus events when using Metal L&F
-
- Resolved
-