On Fri, 22 May 2020 11:45:25 GMT, Jose Pereda <jper...@openjdk.org> wrote:
> This PR uses iOS long press gesture to generate a menu event that will > trigger a `ContextMenuEvent`. > > Based on this event, input controls will show the ContextMenu (once > JDK-8245499 is fixed), and if required, a developer > could add an event handler based on `ContextMenuEvent.CONTEXT_MENU_REQUESTED` > for custom processing of such event. This pull request has now been integrated. Changeset: afa805fe Author: Jose Pereda <jper...@openjdk.org> Committer: Johan Vos <j...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/afa805fe Stats: 32 lines in 3 files changed: 0 ins; 32 del; 0 mod 8245575: Show the ContextMenu of input controls with long press gesture on iOS Reviewed-by: jvos ------------- PR: https://git.openjdk.java.net/jfx/pull/232