RFR: 8078471: The BACKSPACE key doesn't work with the special options"-client -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" [v2]

Abhishek Kumar abhiscxk at openjdk.org
Mon Nov 28 04:10:58 UTC 2022


On Thu, 24 Nov 2022 13:19:04 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> I wonder how it works in Nimbus as this mapping is not there in Synth/NimbusLookAndFeel and still it works and both GTK/Nimbus extends Synth. Can you please check?

The " Go Up" action in Nimbus is mapped through FilePane class.
But how Back_Space is mapped to "Go Up" is not clear.
There is a mapping in SynthStyle "BACK_SPACE", "Go Up", but even after commenting the backspace works fine.

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

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



More information about the client-libs-dev mailing list