RFR: 8261352: Create implementation for component peer for all the components who should be ignored in a11y interactions

2021-03-15 Thread Alexander Zuev
Initial implementation Moved the CAccessibility ignore list initialization to the new code Some cleanup Expose a new API - isAccessibilityElement instead of deprecated accessibilityIsIgnored - Commit messages: - 8261352: Create implementation for component peer for all the component

Re: RFR: 8261352: Create implementation for component peer for all the components who should be ignored in a11y interactions

2021-03-16 Thread Sergey Bylokhov
On Mon, 15 Mar 2021 17:21:01 GMT, Alexander Zuev wrote: > Initial implementation > Moved the CAccessibility ignore list initialization to the new code > Some cleanup > Expose a new API - isAccessibilityElement instead of deprecated > accessibilityIsIgnored src/java.desktop/macosx/native/libawt_

Re: RFR: 8261352: Create implementation for component peer for all the components who should be ignored in a11y interactions

2021-03-17 Thread Alexander Zuev
On Wed, 17 Mar 2021 01:39:10 GMT, Sergey Bylokhov wrote: >> Initial implementation >> Moved the CAccessibility ignore list initialization to the new code >> Some cleanup >> Expose a new API - isAccessibilityElement instead of deprecated >> accessibilityIsIgnored > > src/java.desktop/macosx/nativ

Re: RFR: 8261352: Create implementation for component peer for all the components who should be ignored in a11y interactions

2021-03-17 Thread Sergey Bylokhov
On Mon, 15 Mar 2021 17:21:01 GMT, Alexander Zuev wrote: > Initial implementation > Moved the CAccessibility ignore list initialization to the new code > Some cleanup > Expose a new API - isAccessibilityElement instead of deprecated > accessibilityIsIgnored Marked as reviewed by serb (Reviewer).