Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4281840
Votes 0
Synopsis JComboBox: Esc key changes selection
Category java:classes_swing
Reported Against kestrel
Release Fixed
State 11-Closed, Not a Defect, bug
Priority: 4-Low
Related Bugs 4489279
Submit Date 15-OCT-1999
Description
Use the arrow keys to change the default values in a JComboBox. Hitting Esc unposts menu, but the selected item changes to the item where the Esc key was hit. 
Work Around
N/A
Evaluation
This is not a bug.  The behavior is the same as Win32 combo boxes.
  xxxxx@xxxxx   1999-10-21
Needs to be analysed more thoroughly with the HI folks. P3->P4. 
  xxxxx@xxxxx   1999-11-01

This is not a bug. Combo boxes in Windows behaves the same. In fact, the JComboBox has been implemented like this since the inception of Swing. In fact, we will not change the semantics of the escape key at this stage in the development of Swing because it will break a lot of applications. 

I was looking for the Accessibility keybindings spec but I couldn't find it. I was looking at http://accessiblity.eng and the online Java Look and Feel Design Guidelines but couldn't find anything specifically about keybindings and accessibility. I even did a Google search and didn't turn up anything specific. 
  xxxxx@xxxxx   2002-02-04
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang