On Wed, 14 Feb 2024 20:53:46 GMT, Marius Hanl <mh...@openjdk.org> wrote:

>> modules/javafx.controls/src/main/java/javafx/scene/control/TreeTableRow.java 
>> line 421:
>> 
>>> 419:             if (oldIndex == newIndex) {
>>> 420:                 if (!isItemChanged(oldValue, newValue)) {
>>> 421:                     // RT-37054:  we break out of the if/else code 
>>> here and
>> 
>> could we also add (or replace?) the new reference for RT-37054: JDK-8096969
>
> same as the other comment, I would prefer to do that for all cell 
> implementations in one go. If that is okay for you as well. :)

okay

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1360#discussion_r1508074943

Reply via email to