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`. the fix looks good, tested with and without nested columns. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1292#issuecomment-1821405042