RFR: 8251480: TableColumnHeader: calc of cell width must respect row styling [v2]

Robert Lichtenberger rlichten at openjdk.java.net
Thu Mar 24 06:14:42 UTC 2022


> This fix respects a row factory, if present.
> It will put the cell that is used to measure the column width as child below the row.
> In that way the row's style will be used.

Robert Lichtenberger has updated the pull request incrementally with one additional commit since the last revision:

  8251480: TableColumnHeader: calc of cell width must respect row styling
  
  Old behaviour restored for table rows with custom skins.
  Unnecessary call to cell.applyCss() removed.

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

Changes:
  - all: https://git.openjdk.java.net/jfx/pull/757/files
  - new: https://git.openjdk.java.net/jfx/pull/757/files/08851726..af582570

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jfx&pr=757&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=757&range=00-01

  Stats: 74 lines in 2 files changed: 65 ins; 6 del; 3 mod
  Patch: https://git.openjdk.java.net/jfx/pull/757.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/757/head:pull/757

PR: https://git.openjdk.java.net/jfx/pull/757


More information about the openjfx-dev mailing list