<AWT Dev> [13] Review Request: 8214469 [macos] PIT: java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.java fails
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Fri Jun 7 22:17:13 UTC 2019
On 07/06/2019 07:41, Semyon Sadetsky wrote:
>> Yes, it is implementing this interface and provides some information via this interface to the external tools, how it is related to the non-focusable components? it is orthogonal things.
>
> That means you need to keep accessibility in mind when analyzing such component behavior.
>
> Please stop arguing with me I've already provided enough points that the suggested fix should be reconsidered.
But your arguments are incomplete, based on your assumption the components such as Unfocusable Choice, Unfocusable Button, Disabled Button, or even simple Label are non-Accessible. That's not the case. All of them are accessible via accessibility API and as a result by the external tools such as JAWS or VoiceOver. Using this accessibility tools the user can navigate over all meaningful elements on the Frame despite the components attributes, focus policy, etc.
--
Best regards, Sergey.
More information about the awt-dev
mailing list