Integrated: 8311127: Regression: The fix for TableView and TreeTableView menu button affects all table column headers

Jose Pereda jpereda at openjdk.org
Fri Jul 7 12:46:04 UTC 2023


On Mon, 3 Jul 2023 10:01:51 GMT, Jose Pereda <jpereda at openjdk.org> wrote:

> This PR fixes the regression introduced with [JDK-8087673](https://bugs.openjdk.org/browse/JDK-8087673) by only modifying the header's width if it is the last visible column.
> 
> Two tests that fail before the proposed patch and pass after it have been also included.

This pull request has now been integrated.

Changeset: 5aad0406
Author:    Jose Pereda <jpereda at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/5aad0406e5ab18d9da56e8adb4c013b93be1ba3d
Stats:     101 lines in 3 files changed: 99 ins; 0 del; 2 mod

8311127: Regression: The fix for TableView and TreeTableView menu button affects all table column headers

Reviewed-by: angorya

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

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


More information about the openjfx-dev mailing list