RFR: 8340344: The first item in TreeView is not aligned in the beginning [v5]

Andy Goryachev angorya at openjdk.org
Mon May 12 14:52:56 UTC 2025


On Fri, 9 May 2025 10:51:20 GMT, Ziad El Midaoui <zelmidaoui at openjdk.org> wrote:

>> The issue occurred because items preceding an item with children (items with a disclosure node) had different widths, which led to misalignment. This can be fixed by requesting a cell relayout whenever the disclosure node's width changes.
>
> Ziad El Midaoui has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update TreeCellSkin.java

excellent work, thanks!

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

Marked as reviewed by angorya (Reviewer).

PR Review: https://git.openjdk.org/jfx/pull/1715#pullrequestreview-2833533626


More information about the openjfx-dev mailing list