Re: [Rev 01] RFR: 8245499: Text input controls should show handles on iOS

2020-05-27 Thread Johan Vos
On Tue, 26 May 2020 17:33:20 GMT, Jose Pereda wrote: >> After JDK-8242167, a JavaFX control is used for text input on iOS instead of >> the native control, on a touch enabled >> device. However, selection handles are not enabled and currently text >> selection is not possible at all. >> This

Re: [Rev 01] RFR: 8245499: Text input controls should show handles on iOS

2020-05-26 Thread Ajit Ghaisas
On Tue, 26 May 2020 17:33:20 GMT, Jose Pereda wrote: >> After JDK-8242167, a JavaFX control is used for text input on iOS instead of >> the native control, on a touch enabled >> device. However, selection handles are not enabled and currently text >> selection is not possible at all. >> This

Re: [Rev 01] RFR: 8245499: Text input controls should show handles on iOS

2020-05-26 Thread Jose Pereda
On Tue, 26 May 2020 11:42:46 GMT, Ajit Ghaisas wrote: >> Jose Pereda has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add new line at the end of the file > >

Re: [Rev 01] RFR: 8245499: Text input controls should show handles on iOS

2020-05-26 Thread Jose Pereda
> After JDK-8242167, a JavaFX control is used for text input on iOS instead of > the native control, on a touch enabled > device. However, selection handles are not enabled and currently text > selection is not possible at all. > This PR enables handles on iOS as in the rest of the platforms