RFR: 8137244: Empty Tree/TableView with CONSTRAINED_RESIZE_POLICY is not properly resized
Ajit Ghaisas
aghaisas at openjdk.org
Fri Jan 20 10:06:44 UTC 2023
On Tue, 10 Jan 2023 19:34:33 GMT, Andy Goryachev <angorya at 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
The fix looks good to me!
-------------
Marked as reviewed by aghaisas (Reviewer).
PR: https://git.openjdk.org/jfx/pull/991
More information about the openjfx-dev
mailing list