On Thu, 21 May 2026 15:13:12 GMT, Andy Goryachev <[email protected]> wrote:
>> Yes, because if you do a right click on a `TextField`, it will trigger the >> `ContextMenu` only on release. >> >> EDIT: And the second RELEASE is to retrigger the `ContextMenu` > > I recall this behavior might be platform-specific: on macOS the context menu > appears on the PRESS, on windows on RELEASE. > Have you tested the change on all three platforms (incl. linux)? This is a headless test, so the OS does not play any role here. I don't know 100% what the original purpose of this test is - as it never fulfilled any role. But this is close to the original test while we test a real table setup. In any OS it behaves correctly: Opening the `ContextMenu` from within the `TextField` will work and not stop the edit process. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1935#discussion_r3282601575
