On Fri, 14 Nov 2025 15:56:07 GMT, Ziad El Midaoui <[email protected]> wrote:
>> When a subtree is moved in a `TreeTableView` , the visuals don’t update >> until a resize or expand/collapse. The `TreeTableViewSkin` only rebuilds >> cells when the expanded row count changes. >> This PR makes the skin to detect structural changes on >> `childrenModificationEvent` using new variable `treeStructureDirty`, and in >> `updateItemCount()` call `requestRebuildCells()` to refresh the visuals. > > Ziad El Midaoui has updated the pull request incrementally with one > additional commit since the last revision: > > Minor test changes Changes added thank you for review, I will integrate by tomorrow if no more suggestions. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1971#issuecomment-3535435960
