On Wed, 19 Aug 2026 20:37:58 GMT, Alexander Zuev <[email protected]> wrote:

>> - 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:
> 
>   Add clarification about the return value.

modules/javafx.graphics/src/main/java/javafx/scene/AccessibleAttribute.java 
line 811:

> 809:      * <li>Return Type: {@code int[]} containing the first item index 
> and the
> 810:      *     number of visible items. If no items are fully visible the 
> return
> 811:            value should be {0, 0} </li>

You are missing the `*` comment char.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2217#discussion_r3826196118

Reply via email to