JDK-4336350 : JComboBox DefaultCellEditor problems
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_7
  • CPU: sparc
  • Submitted: 2000-05-08
  • Updated: 2016-05-25
  • Resolved: 2001-04-03
Related Reports
Duplicate :  
Relates :  
Description
A JComboBox using the DefaultCellEditor (in a JTable) shows the following
problems:

1. Pressing ESC while the drop down list is displayed removes the list
   but does not cancel the JTextField editor.

2. If you modify the value in the text field, the only way to accept
   the change is to press return. If you click on another cell in the table
   the change is lost. 

Reproduced with Java 1.3.0-C on Solaris using TableExample4 in the Swing 1.1
examples (change the combobox to be editable).

Comments
EVALUATION This is almost identical to 4275046 so I'm closing it as a dupe of that one. mark.davidson@Eng 2001-04-02
02-04-2001