RFR: 8321970: New table columns don't appear when using fixed cell size unless refreshing tableView
Jose Pereda
jpereda at openjdk.org
Mon Dec 18 12:14:58 UTC 2023
This PR fixes an issue when a new `TableColumn` is added to a `TableView` control with fixed cell size set, where the `TableRowSkinBase` failed to add the cells for the new column.
A test is included that fails before applying this PR and passes with it.
-------------
Commit messages:
- Add cells to tableRow after new columns are added to tableView
Changes: https://git.openjdk.org/jfx/pull/1308/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1308&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8321970
Stats: 26 lines in 2 files changed: 24 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jfx/pull/1308.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1308/head:pull/1308
PR: https://git.openjdk.org/jfx/pull/1308
More information about the openjfx-dev
mailing list