On Thu, 21 May 2020 17:41:02 GMT, Jose Pereda <jper...@openjdk.org> 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 PR enables handles on iOS as in the rest of the platforms with touch 
> support.
> 
> It also tries to accommodate its style to the native style for handles, where 
> selection handles have a circle shape and
> are a little bit bigger, and there is no caret handle.
> I've tested it on iPhone, running a small
> [HelloFX](https://github.com/gluonhq/client-samples/tree/master/Maven/HelloFX)
>  sample, with a TextField control.

This pull request has now been integrated.

Changeset: 3ceee699
Author:    Jose Pereda <jper...@openjdk.org>
Committer: Ajit Ghaisas <aghai...@openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/3ceee699
Stats:     35 lines in 4 files changed: 2 ins; 18 del; 15 mod

8245499: Text input controls should show handles on iOS

Reviewed-by: aghaisas, jvos

-------------

PR: https://git.openjdk.java.net/jfx/pull/231

Reply via email to