Mackie Mathew wrote:
The above test was fixed with the following modification in BasicComboBoxUI:protected void unconfigureEditor() { editor.removeFocusListener(editorFocusListener); if (comboBox.getEditor() != null) { comboBox.getEditor().removeActionListener(editorActionListener); } editorFocusListener = null; }
Thanks, fixed at r668104. Regards, Tim
