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.

Reply via email to