On Tue, 10 Jan 2023 19:34:33 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> STEPS TO FOLLOW TO REPRODUCE THE PROBLEM : > 1. Add data to the tree/table with a constrained resize policy > 2. Clear the table > 3. Try to resize the tree/table > Expected: > - the tree/table columns get resized > Observed: > - columns are not resized > > Caused by an incomplete fix for RT-14855 / JDK-8113886 This pull request has now been integrated. Changeset: be89e3e3 Author: Andy Goryachev <ango...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/be89e3e3c6c3a4479ee16b6e805a4a10fba6f7ab Stats: 111 lines in 5 files changed: 106 ins; 2 del; 3 mod 8137244: Empty Tree/TableView with CONSTRAINED_RESIZE_POLICY is not properly resized Reviewed-by: aghaisas ------------- PR: https://git.openjdk.org/jfx/pull/991