TextField rendered wrong with Touch

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 8u25, 8u60
    • Component/s: javafx
    • Environment:

      Windows 8.1

      Create a TextField like:

      final TextField textfield = new TextField();
      textfield.setText("foo");
      textfield.setAlignment(Pos.CENTER_RIGHT);

      With Platform.isSupported(ConditionalFeature.INPUT_TOUCH) == true, set via VM argument "-Dcom.sun.javafx.touch=true" the TextFieldSkin renders the Handles and the textselection with a big offset from the Node, when text alignment is *_RIGHT.

      I found no workaround/solultion so far except for not displaying the handles.

            Assignee:
            Leif Samuelsson (Inactive)
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: