Customer Problem Description:
InputVerifier transmits mouse actions to the JComboBox and the JTable even when shouldYieldFocus() returns false. This is probably a 'feature' but it is not a very desirable one.For instance,
-- Run InputVerifierTest
-- Type five characters in the JTextField.
-- Click on the JComboBox.
-- A message box appears, warning you that you've typed too many characters.
-- After dismissing the message, the combo popup appear and the combo button appears to be pressed (or 'armed').
-- The user needs to click outside of the combo box to get the popup to close.
The combo should not show the popup window (or appear as pressed) if the InputVerifier has rejected user input.