Integrated: 8358813: JPasswordField identifies spaces in password via delete shortcuts

Jeremy Wood duke at openjdk.org
Thu Aug 7 10:25:25 UTC 2025


On Mon, 9 Jun 2025 02:36:44 GMT, Jeremy Wood <duke at openjdk.org> wrote:

> There were a few action bindings available in JPasswordFields in Aqua that let you identify the boundaries of words.
> 
> This came to my attention while looking at the related work https://github.com/openjdk/jdk/pull/25443 . In that PR we said we should iterate across all available L&Fs, so this PR copies that same approach. (The original complaint only focused on Aqua, though.)

This pull request has now been integrated.

Changeset: 8d73fe91
Author:    Jeremy Wood <mickleness at gmail.com>
Committer: Alexey Ivanov <aivanov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8d73fe91bccd1da53424b9f8a52d9efafabeb243
Stats:     121 lines in 2 files changed: 121 ins; 0 del; 0 mod

8358813: JPasswordField identifies spaces in password via delete shortcuts

Reviewed-by: aivanov, dnguyen

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

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


More information about the client-libs-dev mailing list