-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 7
-
Component/s: client-libs
-
b11
-
x86
-
os_x
-
Verified
Run the attached small example. It creates a java.awt.List and selects an item (two items, in fact, but it doesn't matter) programmatically via list.select(index).
You will see in the log an ItemEvent with ITEM_STATE_CHANGED type. Well, 2 events but it doesn't matter either.
Spec says: Programmatically calling this method will _not_ trigger an ItemEvent.
You will see in the log an ItemEvent with ITEM_STATE_CHANGED type. Well, 2 events but it doesn't matter either.
Spec says: Programmatically calling this method will _not_ trigger an ItemEvent.
- relates to
-
JDK-8371657 [macosx] Programmatically selecting/deselecting List item triggers an ItemEvent
-
- Open
-