<Swing Dev> [9] Review request for 8066142 closed/javax/swing/JComboBox/4212498/bug4212498.java:Edit the value in the text field and then press the tab key, the number don't increase
Alexander Zvegintsev
alexander.zvegintsev at oracle.com
Wed Dec 3 10:06:25 UTC 2014
Hello Alexandr,
the fix looks good to me.
Thanks,
Alexander.
On 12/01/2014 05:17 PM, Alexander Scherbatiy wrote:
>
> Hello,
>
> Could you review the fix:
> bug: https://bugs.openjdk.java.net/browse/JDK-8066142
> webrev: http://cr.openjdk.java.net/~alexsch/8066142/webrev.00
>
> This is a regression from the fix 8057893.
> The BasicComboBoxUI.focusLost() uses combobox editor as the
> ActionEvent sources.
> The JTextField uses the combobox editor componenr as the ActionEvent
> sources.
>
> It seems both JComboBox editor and editor component can be used as
> an ActionEvent source.
>
> The fix compares the event source with both combobox editor and
> combobox editor component.
>
> Thanks,
> Alexandr.
>
More information about the swing-dev
mailing list