patch attached https://issues.apache.org/jira/browse/HARMONY-5872

Regards,

Tharindu

On Mon, Jun 16, 2008 at 4:10 PM, Tim Ellison <[EMAIL PROTECTED]> wrote:

> 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
>

Reply via email to