On Wed, 23 Nov 2022 22:02:08 GMT, Kevin Rushforth <k...@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. ------------- PR: https://git.openjdk.org/jfx/pull/897