RFR: 8329667: [macos] Issue with JTree related fix for JDK-8317771 [v2]

Artem Semenov asemenov at openjdk.org
Mon May 20 07:38:02 UTC 2024


On Mon, 20 May 2024 05:17:23 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer needed;
>
> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   - Removed the unused import in CAccessibility.java
>   - Rolled back changes to the CommonComponentAccessibility and added relevant post*
>   methods overrides to the OutlineAccessibility.

src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/OutlineAccessibility.m line 135:

> 133: }
> 134: 
> 135: - (void)postSelectedCellsChanged

Does OutlineRowAccessibility use CellAccessibility?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19255#discussion_r1606355565


More information about the client-libs-dev mailing list