<Swing Dev> [13] Review Request: 8225144 [macos] In Aqua L&F backspace key does not delete when Shift is pressed

Prasanta Sadhukhan prasanta.sadhukhan at oracle.com
Tue Jun 4 05:55:46 UTC 2019


+1

Regards
Prasanta
On 04-Jun-19 5:46 AM, Sergey Bylokhov wrote:
> Hello.
> Please review the fix for JDK 13.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8225144
> Fix: http://cr.openjdk.java.net/~serb/8225144/webrev.00
>
> This bug is a version of JDK-6361367[1] but this time for Aqua L&F.
>
> In JTextFields and JTextAreas when pressing with backspace and shift 
> nothing happens,
> but the native programs delete under these circumstances.
>
> In the fix in the Aqua L&F, the key binding for "shift+backspace" is 
> added, actually, it means that shift in this shortcut will be ignored 
> and simple backspace action will be executed.
>
> [1] https://bugs.openjdk.java.net/browse/JDK-6361367
>



More information about the swing-dev mailing list