On Thu, 15 Feb 2024 09:57:17 GMT, Marius Hanl <mh...@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

Reply via email to