On Wed, 20 May 2026 21:52:18 GMT, Andy Goryachev <[email protected]> wrote:
>> Marius Hanl has updated the pull request incrementally with one additional >> commit since the last revision: >> >> review comments and test fix > > modules/javafx.controls/src/test/java/test/javafx/scene/control/cell/TextFieldTableCellTest.java > line 413: > >> 411: >> 412: MouseEventFirer mouse = new MouseEventFirer(textField); >> 413: mouse.fireMouseReleased(MouseButton.SECONDARY); > > is this right? RELEASED followed by another RELEASE? Yes, because if you do a right click on a `TextField`, it will trigger the `ContextMenu` only on release. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1935#discussion_r3280587115
