Bug 27749 - The up and down keys does not navigate over items of the drop down combo box.
Summary: The up and down keys does not navigate over items of the drop down combo box.
Status: RESOLVED FIXED
Alias: None
Product: classpath
Classification: Unclassified
Component: swing (show other bugs)
Version: 0.92
: P3 normal
Target Milestone: 0.92
Assignee: Roman Kennke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-24 05:51 UTC by Audrius Meškauskas
Modified: 2006-08-02 11:45 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Audrius Meškauskas 2006-05-24 05:51:55 UTC
When the drop down combo box (JComboBox) is expanded, in Sun's GUI it is possible to navigate over items using the keyboard cursor arrow keys (up and down). Our Classpath only works when selecting items with mouse.

This can be easily reproduced observing our combo box demo.
Comment 1 Audrius Meškauskas 2006-05-24 06:59:29 UTC
ESC key that should end the session collapsing the box is also not working.
Comment 2 Roman Kennke 2006-08-02 11:45:03 UTC
Both issues are no longer reproducible. I think they got fixed with my (un)installKeyboardActions() works.