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

2022-11-27 Thread Abhishek Kumar
On Thu, 24 Nov 2022 13:19:04 GMT, Abhishek Kumar 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

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

2022-11-27 Thread Abhishek Kumar
On Thu, 24 Nov 2022 13:19:04 GMT, Abhishek Kumar wrote: > Also, is it not possible to create automated test, like calling > JFileChooser.getCurrentDirectory() and fail if it's not the parent directory > (or if it still remains in present directory) after BACKSPACE is pressed? Added Automated t

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

2022-11-24 Thread Abhishek Kumar
On Thu, 24 Nov 2022 13:29:12 GMT, Prasanta Sadhukhan wrote: > This mapping ""BACK_SPACE", "Go Up"," I guess has nothing to do with > squarebutton property..Probably you are confusing it with your other fix? Yeah, I am sorry. I will check in Nimbus then how it's happening. > You probably can d

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

2022-11-24 Thread Prasanta Sadhukhan
On Thu, 24 Nov 2022 08:57:45 GMT, Abhishek Kumar wrote: >> The Backspace key doesn't lead to parent directory of current directory for >> JFileChooser in GTK LAF. >> Added the lazy input value in `GTKLookandFeel` and fix is working fine. >> >> Implemented a manual test to check BackSpace behav

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

2022-11-24 Thread Abhishek Kumar
On Thu, 24 Nov 2022 13:00:52 GMT, Prasanta Sadhukhan 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? There is a mapping for squarebutton in skin.laf ``. Setting

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

2022-11-24 Thread Prasanta Sadhukhan
On Thu, 24 Nov 2022 08:57:45 GMT, Abhishek Kumar wrote: >> The Backspace key doesn't lead to parent directory of current directory for >> JFileChooser in GTK LAF. >> Added the lazy input value in `GTKLookandFeel` and fix is working fine. >> >> Implemented a manual test to check BackSpace behav

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

2022-11-24 Thread Abhishek Kumar
On Thu, 24 Nov 2022 08:57:45 GMT, Abhishek Kumar wrote: >> The Backspace key doesn't lead to parent directory of current directory for >> JFileChooser in GTK LAF. >> Added the lazy input value in `GTKLookandFeel` and fix is working fine. >> >> Implemented a manual test to check BackSpace behav

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

2022-11-24 Thread Abhishek Kumar
On Thu, 24 Nov 2022 08:57:45 GMT, Abhishek Kumar wrote: >> The Backspace key doesn't lead to parent directory of current directory for >> JFileChooser in GTK LAF. >> Added the lazy input value in `GTKLookandFeel` and fix is working fine. >> >> Implemented a manual test to check BackSpace behav

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

2022-11-24 Thread Abhishek Kumar
> The Backspace key doesn't lead to parent directory of current directory for > JFileChooser in GTK LAF. > Added the lazy input value in `GTKLookandFeel` and fix is working fine. > > Implemented a manual test to check BackSpace behavior for all installed LAF > in Linux platform. > The test ment