<Swing Dev> [8] Review request for 8015300: JComboBox text sometimes become selected, sometimes not (Windows LAF)

sergey malenkov sergey.malenkov at oracle.com
Fri Jul 26 09:24:25 UTC 2013


 > Why it is not moved in some cases?

Because all focus requests are executed later in the next EDT runnable.
In the test we request the focus and immediately check for it.

SAM

On 24.07.2013 18:30, Sergey Bylokhov wrote:
> On 24.07.2013 15:23, sergey malenkov wrote:
>> Hello,
>>
>> Could you please review the following fix:
>> fix: http://cr.openjdk.java.net/~malenkov/8015300.8.0/ 
>> <http://cr.openjdk.java.net/%7Emalenkov/8015300.8.0/>
>> bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8015300
>>
>> The focus is not moved from JComboBox to its ComboBoxEditor,
> Why it is not moved in some cases?
>> so we should check that one of these components is foxused.
>>
>> Thanks,
>> SAM
>
>




More information about the swing-dev mailing list