List added to a java.awt.Window is not triggering action event when pressing ENTER. The same list works fine when I add it to a Dialog or a Frame. ActionEvent triggered when double-clicking using Mouse. The list is focused and I am able to select the items through arrow keys.
This is reproducible only on Win32 platforms atleast since JDK5. Not reproducible on SolSparc10.
Run the attached test and try selecting an item from the list added to the window. Press ENTER. If no action event is shown on the console, the bug is reproduced.
This is reproducible only on Win32 platforms atleast since JDK5. Not reproducible on SolSparc10.
Run the attached test and try selecting an item from the list added to the window. Press ENTER. If no action event is shown on the console, the bug is reproduced.