On Mon, 10 Aug 2026 19:36:22 GMT, Nir Lisker <[email protected]> wrote:

>> I just find the new version much more difficult to read and understand.  
>> Maybe it's just me.
>
> I see now that the sentence "When a mouse button is pressed, the top-most 
> node is picked and all subsequent mouse events are delivered to that same 
> node until the button is released." is incorrect. Nodes that are under the 
> top-most node also receive these events (if they are not consumed). I'll 
> clarify this too.

> "node involved" is much more nebulous than "The whole press-drag-release 
> gesture is delivered to one node ... If a mouse clicked event is generated 
> from these events, it is still delivered to the same node." which actually 
> describes what is happening.

The "involved" terminology was used in the original docs:

> During a simple press-drag-release gesture, the other nodes are not 
> **involved** and don't get any events. If these nodes need to be **involved** 
> in the gesture, full press-drag-release gesture has to be activated.

I'm removed this usage.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2238#discussion_r3759799043

Reply via email to