<Swing Dev> <AWT Dev> [12] JDK-7124285: Nothing heard from VoiceOver regarding the status of the progress bar
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Wed Nov 21 23:30:17 UTC 2018
On 20/11/2018 22:16, Shashidhara Veerabhadraiah wrote:
> Thank you Alexey. I agree to it as well.
>
> Sergey, I saw that the accessibility short cuts does not work on some of the components of the dialogs and only the TAB key has to be used to traverse the components. Hence I think the traversal must work for tab keys all the time. So with this thing in mind and considering the case of other platforms, should not this fix hold good?
If accessibility shortcuts does not work for some components, then it is a bug, which should be fixed.
BTW "accessibility shortcuts" iterates over the children of the current component only, you need to manually "move in/out" of the component to iterates over the children of some other component.
--
Best regards, Sergey.
More information about the swing-dev
mailing list