<Swing Dev> Integrated: 8253016: Box.Filler components should be unfocusable by default

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Wed Sep 16 09:49:52 UTC 2020


On Mon, 14 Sep 2020 09:30:22 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Please review a fix for an issue where it is seen that even though Box.Filler components are invisible components that
> are created by Box methods to return struts and glue, they ( Box.Filler instances) are focusable by default. As a
> consequence, they become members of the implicitly created focus traversal policies, which means that their existence
> as components can be seen by users.  Proposed fix is to make this Filler components unfocusable by default.  All
> automated headful tests and JCK tests are unaffected by these.

This pull request has now been integrated.

Changeset: 60c4902f
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/60c4902f
Stats:     86 lines in 2 files changed: 0 ins; 86 del; 0 mod

8253016: Box.Filler components should be unfocusable by default

Reviewed-by: prr, serb

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

PR: https://git.openjdk.java.net/jdk/pull/149


More information about the swing-dev mailing list