Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 70093 invoked from network); 16 Jun 2008 10:40:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jun 2008 10:40:50 -0000 Received: (qmail 42298 invoked by uid 500); 16 Jun 2008 10:40:51 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 42269 invoked by uid 500); 16 Jun 2008 10:40:51 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 42258 invoked by uid 99); 16 Jun 2008 10:40:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 03:40:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of t.p.ellison@gmail.com designates 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 10:40:01 +0000 Received: by an-out-0708.google.com with SMTP id c10so1005489ana.71 for ; Mon, 16 Jun 2008 03:40:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=kEW6rAjhaiZH+0vJcU3G8Bml9FuKizNzv1ex+ths2zE=; b=E+7Q8y5PSBSg6lnL/sAQnWIln7jUu8eObnSI8Rh//ux5RDG5DM3Al7kuyUIJke3qN8 Xr0z8XlxHBZJcgIf60HUxtJzYVXjgm5q22+PNEJFDHMdFtvgN+Z6bxMUq6vPiXF0MyoP F4Gxftgv2ECQoKwZrJCoF+Ei4WVgMm8T9QR9s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=ubHqlvAfLQeI+0UhO5EmYVsgbI5cSowXGW65oz3WTNpcOssDmFGYOfvGQReZPqKH99 Dh5YO1rgcRygJzBapmPexns+FOocIDo6uNtYMD3lIfVlBqjGgcDJtZ3VjlF5KbkvzMmR uBaiT5pXicwA7L7p0uUTs/m/vXaj6J+WOfjuQ= Received: by 10.100.122.8 with SMTP id u8mr8206936anc.103.1213612818996; Mon, 16 Jun 2008 03:40:18 -0700 (PDT) Received: from ?9.20.183.67? ( [195.212.29.92]) by mx.google.com with ESMTPS id 7sm9372561ywo.7.2008.06.16.03.40.16 (version=SSLv3 cipher=RC4-MD5); Mon, 16 Jun 2008 03:40:17 -0700 (PDT) Message-ID: <4856430C.6090608@gmail.com> Date: Mon, 16 Jun 2008 11:40:12 +0100 From: Tim Ellison User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [harmony-demo-1] JComboBox.testGetSetEditor() fixed References: <61d2e9b20806160246y765c548er8eb65cf28bd6a4ce@mail.gmail.com> In-Reply-To: <61d2e9b20806160246y765c548er8eb65cf28bd6a4ce@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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