On Mon, 20 Nov 2023 22:24:58 GMT, Marius Hanl <mh...@openjdk.org> wrote:
> When a nested column is dragged, the column drag header (blue) is positioned > wrong. > It appears at the very left of the table and not where the column is. > >  > > The fix is to calculate the bound based off the `TableHeaderRow` (and not the > parent `NestedTableColumnHeader`. This pull request has now been integrated. Changeset: 3548cdde Author: Marius Hanl <mh...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/3548cddedcf3e99af9263efc8004a092a55af8fb Stats: 92 lines in 3 files changed: 87 ins; 0 del; 5 mod 8320444: Column drag header is positioned wrong for nested columns Reviewed-by: kpk, angorya, mstrauss ------------- PR: https://git.openjdk.org/jfx/pull/1292