RFR: 8354646: java.awt.TextField allows to identify the spaces in a password when double clicked at the starting and end of the text [v2]

Jeremy Wood duke at openjdk.org
Fri May 30 17:07:55 UTC 2025


On Fri, 30 May 2025 10:03:56 GMT, Tejesh R <tr at openjdk.org> wrote:

> Since the fix has been made in Basic, we should not restrict the test to Aqua L&F alone. It should be tested for all L&F. (For fix and for regression)

OK, this is updated.

Since this is now meant to cover/discuss Basic L&F, I updated the test to reflect that it tests 4231444 too. (The code that this PR moves around is the solution from 4231444). That ticket was resolved in 2003 with no accompanying unit test.

(To be clear: Basic L&F  ux should not change at all with this PR, but Aqua L&F ux should (via class inheritance).)

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

PR Comment: https://git.openjdk.org/jdk/pull/25443#issuecomment-2922910842


More information about the client-libs-dev mailing list