RFR: 7148092: [macosx] When Alt+down arrow key is pressed, the combobox popup does not appear. [v5]

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Sep 9 09:34:02 UTC 2022


> When comboBox have focus, pressing Alt+Down (or Up) should render the popup which is not happening for Aqua L&F.
> 
> Fix is to add toggleAction for Alt+Down/Up keys as has been done for [MetalLookAndFeel](https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java#L912)
> 
> closed problemlisted test is used to check the fix.

Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:

  Test fix

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/10014/files
  - new: https://git.openjdk.org/jdk/pull/10014/files/180f73d3..925c37d1

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10014&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10014&range=03-04

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/10014.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10014/head:pull/10014

PR: https://git.openjdk.org/jdk/pull/10014



More information about the client-libs-dev mailing list