> - To preserve functionality the separate native peers for tables and lists > are created; > - The list peer for now reports its role as a table for backward > compatibility, that can be changed later; > - Fixed the long existed bug where table reported incorrectly currently > selected rows; > - Added accessibilityFocusedUIElement to AccessibleBase; > - Added functionality for array attribute count and array attribute values > retrieval to AccessibleBase; > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision: Fixing the performance on the large tables and lists. In order to do so: - Always return the NSArray of the appropriate size, otherwice VO reports the table size incorrectly; - To avoid querying of the entire content of the control fill in only visible rows +/- additional 10 to avoid incorrect reporting due to the VO caching when navigating with VO controls beyond the visible range; - To request the visible range from the control's skin a new a11y attribute added - VISIBLE_ITEM_RANGE. Since outside of the MacOS it is not used that will not create any problems on other platforms; ------------- Changes: - all: https://git.openjdk.org/jfx/pull/2217/files - new: https://git.openjdk.org/jfx/pull/2217/files/99f9c70b..e93291eb Webrevs: - full: https://webrevs.openjdk.org/?repo=jfx&pr=2217&range=01 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=2217&range=00-01 Stats: 147 lines in 6 files changed: 145 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jfx/pull/2217.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2217/head:pull/2217 PR: https://git.openjdk.org/jfx/pull/2217
