RFR: 8293119: Additional constrained resize policies for Tree/TableView [v4]

Kevin Rushforth kcr at openjdk.org
Mon Nov 28 21:51:56 UTC 2022


On Mon, 28 Nov 2022 20:33:07 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> > 1. The divider being dragged doesn't track the cursor. All policies other than CONSTRAINED_RESIZE_POLICY_ALL_COLUMNS should be able to track (the Swing implementation does).
> 
> Could you describe the exact scenario please? It does track, unless one hits a constraint somewhere, in which case the cursor obviously decouples from the divider.

This turns out to be only reproducible on Windows with a screen scale > 1 (my default config is Windows 10 with a scale of 1.25). I suspect that this is a preexisting bug, so I'll file a new bug after confirming that.

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

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


More information about the openjfx-dev mailing list