Re: [Integrated] RFR: 8245575: Show the ContextMenu of input controls with long press gesture on iOS

2020-06-09 Thread Jose Pereda
On Fri, 22 May 2020 11:45:25 GMT, Jose Pereda 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 ad

Re: RFR: 8245575: Show the ContextMenu of input controls with long press gesture on iOS

2020-06-08 Thread Johan Vos
On Fri, 22 May 2020 11:45:25 GMT, Jose Pereda 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 ad

Re: RFR: 8245575: Show the ContextMenu of input controls with long press gesture on iOS

2020-06-08 Thread Jose Pereda
On Mon, 8 Jun 2020 09:24:32 GMT, Johan Vos 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

Re: RFR: 8245575: Show the ContextMenu of input controls with long press gesture on iOS

2020-06-08 Thread Johan Vos
On Fri, 22 May 2020 11:45:25 GMT, Jose Pereda 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 ad

RFR: 8245575: Show the ContextMenu of input controls with long press gesture on iOS

2020-05-22 Thread Jose Pereda
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_REQUESTE