Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 11, 17, 19, 20
-
In Review
-
generic
-
generic
Description
This testcase verifies that selecting an item in the List using mouse or keys generates ItemEvent/ActionEvent appropriately.
a. Single-click on an item in the list generates ItemEvent, and double-click on an item generates ActionEvent.
b. UP/DOWN keys on an generate ItemEvent, and Enter key on an item generates ActionEvent.
Testing:
Tested using Mach5(20 times per platform) in macos,linux and windows and got all pass.
a. Single-click on an item in the list generates ItemEvent, and double-click on an item generates ActionEvent.
b. UP/DOWN keys on an generate ItemEvent, and Enter key on an item generates ActionEvent.
Testing:
Tested using Mach5(20 times per platform) in macos,linux and windows and got all pass.
Attachments
Issue Links
- clones
-
JDK-8295774 Write a test to verify List sends ItemEvent/ActionEvent
- Resolved