Almost clean backport of 8138842: TableViewSelectionModel.selectIndices does not select index 0 Reviewed-by: angorya, aghaisas
There were conflicts with the insertion point of the two tests TableViewTest and TreeTableViewTest. In the case of TableViewTest: also two tests that already exist were added at the end (as this is how they are upstream), so the conflict was resolved by removing the two original tests, so the order of tests remains the same as upstream. ------------- Commit messages: - 8138842: TableViewSelectionModel.selectIndices does not select index 0 Changes: https://git.openjdk.org/jfx17u/pull/161/files Webrev: https://webrevs.openjdk.org/?repo=jfx17u&pr=161&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8138842 Stats: 73 lines in 4 files changed: 49 ins; 13 del; 11 mod Patch: https://git.openjdk.org/jfx17u/pull/161.diff Fetch: git fetch https://git.openjdk.org/jfx17u.git pull/161/head:pull/161 PR: https://git.openjdk.org/jfx17u/pull/161