RFR: 8309374: Accessibility Focus Rectangle on ListItem is not drawn when ListView is shown for first time [v2]
Ambarish Rapte
arapte at openjdk.org
Fri Feb 16 05:07:59 UTC 2024
On Thu, 15 Feb 2024 09:57:17 GMT, Marius Hanl <mhanl at openjdk.org> wrote:
>> Ambarish Rapte has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review corrections-1
>
> modules/javafx.controls/src/main/java/javafx/scene/control/ListCell.java line 376:
>
>> 374: * so that the notification is not sent during any getAttribute() call.
>> 375: */
>> 376: Platform.runLater(() -> listView.notifyAccessibleAttributeChanged(AccessibleAttribute.FOCUS_ITEM));
>
> What I'm wondering here: Don't the other cells also suffer from this issue?
Yes, the issue can be observed with TreeTableCell or TableCell.
I shall create a ticket for them.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1363#discussion_r1491961387
More information about the openjfx-dev
mailing list