Re: RFR: 8208747: [a11y] [macos] In Optionpane Demo, inside ComponentDialog Example, unable to navigate to all items, with VO on

2021-05-24 Thread Pankaj Bansal
On Tue, 18 May 2021 09:05:10 GMT, Alexander Zuev wrote: > Added accessibilityIndex function that correctly returns the index of a > child in parent container Marked as reviewed by pbansal (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/4084

Re: RFR: 8208747: [a11y] [macos] In Optionpane Demo, inside ComponentDialog Example, unable to navigate to all items, with VO on

2021-05-24 Thread Alexander Zuev
On Thu, 20 May 2021 12:29:10 GMT, Pankaj Bansal wrote: > What I am asking is why the same issue is not observed in JList. In JList it is observed differently because there the multiple selection is allowed and because of that fever events about items selected/deselected and focus change being

Re: RFR: 8208747: [a11y] [macos] In Optionpane Demo, inside ComponentDialog Example, unable to navigate to all items, with VO on

2021-05-20 Thread Pankaj Bansal
On Thu, 20 May 2021 10:44:05 GMT, Alexander Zuev wrote: > > Is there a reason it is not causing an issue in case if JList? JList also > > has elements inside a container, but I see that we can navigate the > > elements in JList though there is also one issue that the VO always says "1 > > on n

Re: RFR: 8208747: [a11y] [macos] In Optionpane Demo, inside ComponentDialog Example, unable to navigate to all items, with VO on

2021-05-20 Thread Alexander Zuev
On Thu, 20 May 2021 06:56:10 GMT, Pankaj Bansal wrote: > Is there a reason it is not causing an issue in case if JList? JList also has > elements inside a container, but I see that we can navigate the elements in > JList though there is also one issue that the VO always says "1 on n" (n is > t

Re: RFR: 8208747: [a11y] [macos] In Optionpane Demo, inside ComponentDialog Example, unable to navigate to all items, with VO on

2021-05-20 Thread Pankaj Bansal
On Tue, 18 May 2021 09:05:10 GMT, Alexander Zuev wrote: > Added accessibilityIndex function that correctly returns the index of a > child in parent container Is there a reason it is not causing an issue in case if JList? JList also has elements inside a container, but I see that we can navigate

Re: RFR: 8208747: [a11y] [macos] In Optionpane Demo, inside ComponentDialog Example, unable to navigate to all items, with VO on

2021-05-18 Thread Pankaj Bansal
On Tue, 18 May 2021 14:50:23 GMT, Alexander Zuev wrote: > > The bug is a confidential issue. Either the bug should not be confidential > > or this review should not be done here. > > I do not see any potential reason why this issue might be confidential. It is > not security related, can be re

Re: RFR: 8208747: [a11y] [macos] In Optionpane Demo, inside ComponentDialog Example, unable to navigate to all items, with VO on

2021-05-18 Thread Alexander Zuev
On Tue, 18 May 2021 09:30:28 GMT, Pankaj Bansal wrote: > The bug is a confidential issue. Either the bug should not be confidential or > this review should not be done here. I do not see any potential reason why this issue might be confidential. It is not security related, can be reproduced us

Re: RFR: 8208747: [a11y] [macos] In Optionpane Demo, inside ComponentDialog Example, unable to navigate to all items, with VO on

2021-05-18 Thread Pankaj Bansal
On Tue, 18 May 2021 09:05:10 GMT, Alexander Zuev wrote: > Added accessibilityIndex function that correctly returns the index of a > child in parent container The bug is a confidential issue. Either the bug should not be confidential or this review should not be done here. - PR: ht

RFR: 8208747: [a11y] [macos] In Optionpane Demo, inside ComponentDialog Example, unable to navigate to all items, with VO on

2021-05-18 Thread Alexander Zuev
Added accessibilityIndex function that correctly returns the index of a child in parent container - Commit messages: - 8208747: [a11y] [macos] In Optionpane Demo, inside ComponentDialog Example, unable to navigate to all items, with VO on Changes: https://git.openjdk.java.net/jdk/p