On Thu, 14 May 2026 18:45:38 GMT, Andy Goryachev <[email protected]> wrote:

>> Marius Hanl has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   javadoc
>
> modules/javafx.controls/src/main/java/javafx/scene/control/Cell.java line 360:
> 
>> 358:          */
>> 359:         focusedProperty().addListener(_ -> {
>> 360:             pseudoClassStateChanged(PSEUDO_CLASS_FOCUSED, isFocused()); 
>> // TODO is this necessary??
> 
> is this comment _still_ necessary?

I think `pseudoClassStateChanged` is not necessary here. Maybe I will file a 
bug and create a simple PR for that, good point.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1935#discussion_r3247317424

Reply via email to