Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8291728 | jfx20 | Dukebot | P3 | Resolved | Fixed | b02 |
The `focusVisible` flag is only set on a node when it acquires input focus using a keyboard interaction, and it is cleared by mouse and touch interactions.
It is not necessary for a node to lose input focus in order to lose focusVisible. Currently, clicking on a region of the scene that does not contain a focusable node does not clear the focusVisible flag.
It is not necessary for a node to lose input focus in order to lose focusVisible. Currently, clicking on a region of the scene that does not contain a focusable node does not clear the focusVisible flag.
- backported by
-
JDK-8291728 Mouse or touch presses on a non-focusable region don't clear the focusVisible flag of the current focus owner
-
- Resolved
-
- relates to
-
JDK-8268225 Support :focus-visible and :focus-within CSS pseudoclasses
-
- Resolved
-