On Fri, 22 Jul 2022 09:09:00 GMT, Prasanta Sadhukhan <[email protected]> wrote:
>> When the user types Enter in an editable combo box, Aqua LAF fails to fire >> an action event if the menu is displayed. >> It seems actionEvent is fired when popup menu is not visible. >> Fix is to make sure ActionEvent is fired irrespective of popup visiblity as >> is done in other L&F >> (for ex, in MetalL&F it calls "ENTER", JTextField.notifyAction, where it >> calls postActionEvent irrespectively) >> https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/classes/javax/swing/JTextField.java#L856 > > Prasanta Sadhukhan has updated the pull request incrementally with one > additional commit since the last revision: > > Test made for macos Marked as reviewed by azvegint (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/9551
