Re: RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol [v3]

2023-08-16 Thread Kevin Rushforth
On Mon, 14 Aug 2023 18:38:39 GMT, Alexander Zuev wrote: >> also >> 8309629: Create implementation of NSAccessibilityRadioButton protocol >> >> Create implementation of NSAccessibilityCheckBox and >> NSAccessibilityRadioButton protocols >> Add workaround for the wrong focus owner announcement wi

Re: RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol [v3]

2023-08-16 Thread Ambarish Rapte
On Mon, 14 Aug 2023 18:38:39 GMT, Alexander Zuev wrote: >> also >> 8309629: Create implementation of NSAccessibilityRadioButton protocol >> >> Create implementation of NSAccessibilityCheckBox and >> NSAccessibilityRadioButton protocols >> Add workaround for the wrong focus owner announcement wi

Re: RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol [v3]

2023-08-14 Thread Alexander Zuev
On Mon, 14 Aug 2023 18:38:39 GMT, Alexander Zuev wrote: >> also >> 8309629: Create implementation of NSAccessibilityRadioButton protocol >> >> Create implementation of NSAccessibilityCheckBox and >> NSAccessibilityRadioButton protocols >> Add workaround for the wrong focus owner announcement wi

Re: RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol [v2]

2023-08-14 Thread Alexander Zuev
On Mon, 7 Aug 2023 14:10:09 GMT, Kevin Rushforth wrote: >> modules/javafx.graphics/src/main/native-glass/mac/a11y/AccessibleBase.m line >> 174: >> >>> 172: jobject jresult = NULL; >>> 173: GET_MAIN_JENV; >>> 174: if (env == NULL) return NULL; >> >> This generates a warning: >> `war

Re: RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol [v3]

2023-08-14 Thread Alexander Zuev
> also > 8309629: Create implementation of NSAccessibilityRadioButton protocol > > Create implementation of NSAccessibilityCheckBox and > NSAccessibilityRadioButton protocols > Add workaround for the wrong focus owner announcement with radio buttons > Add workaround for wrong magnifier text on bu

Re: RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol [v2]

2023-08-07 Thread Kevin Rushforth
On Mon, 24 Jul 2023 18:34:22 GMT, Alexander Zuev wrote: >> also >> 8309629: Create implementation of NSAccessibilityRadioButton protocol >> >> Create implementation of NSAccessibilityCheckBox and >> NSAccessibilityRadioButton protocols >> Add workaround for the wrong focus owner announcement wi

Re: RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol [v2]

2023-08-07 Thread Kevin Rushforth
On Sun, 6 Aug 2023 07:45:54 GMT, Ambarish Rapte wrote: >> Alexander Zuev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Add newline at the end of the header files. > > modules/javafx.graphics/src/main/native-glass/mac/a11y/AccessibleBas

Re: RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol [v2]

2023-08-06 Thread Ambarish Rapte
On Mon, 24 Jul 2023 18:34:22 GMT, Alexander Zuev wrote: >> also >> 8309629: Create implementation of NSAccessibilityRadioButton protocol >> >> Create implementation of NSAccessibilityCheckBox and >> NSAccessibilityRadioButton protocols >> Add workaround for the wrong focus owner announcement wi

Re: RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol [v2]

2023-08-04 Thread Kevin Rushforth
On Mon, 24 Jul 2023 18:34:22 GMT, Alexander Zuev wrote: >> also >> 8309629: Create implementation of NSAccessibilityRadioButton protocol >> >> Create implementation of NSAccessibilityCheckBox and >> NSAccessibilityRadioButton protocols >> Add workaround for the wrong focus owner announcement wi

Re: RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol [v2]

2023-08-04 Thread Kevin Rushforth
On Mon, 24 Jul 2023 18:34:22 GMT, Alexander Zuev wrote: >> also >> 8309629: Create implementation of NSAccessibilityRadioButton protocol >> >> Create implementation of NSAccessibilityCheckBox and >> NSAccessibilityRadioButton protocols >> Add workaround for the wrong focus owner announcement wi

Re: RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol [v2]

2023-07-24 Thread Alexander Zuev
> also > 8309629: Create implementation of NSAccessibilityRadioButton protocol > > Create implementation of NSAccessibilityCheckBox and > NSAccessibilityRadioButton protocols > Add workaround for the wrong focus owner announcement with radio buttons > Add workaround for wrong magnifier text on bu

RFR: 8309558: Create implementation of NSAccessibilityCheckBox protocol

2023-07-23 Thread Alexander Zuev
also 8309629: Create implementation of NSAccessibilityRadioButton protocol Create implementation of NSAccessibilityCheckBox and NSAccessibilityRadioButton protocols Add workaround for the wrong focus owner announcement with radio buttons Add workaround for wrong magnifier text on buttons ---