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

Ziad El Midaoui zelmidaoui at openjdk.org
Tue May 20 15:53:53 UTC 2025


> 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:

  Avoid re-layout items twice after disclosure node width value updated

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

Changes:
  - all: https://git.openjdk.org/jfx/pull/1715/files
  - new: https://git.openjdk.org/jfx/pull/1715/files/d0c46b14..63691364

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=1715&range=05
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1715&range=04-05

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jfx/pull/1715.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1715/head:pull/1715

PR: https://git.openjdk.org/jfx/pull/1715


More information about the openjfx-dev mailing list