Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8319110

Cursor not moving when typing RTL and LTR character in TextField (JavaFX)

XMLWordPrintable

    • x86_64
    • linux_ubuntu

      A DESCRIPTION OF THE PROBLEM :
      When making a normal TextField and trying to type some English characters (LTR) then in the middle typing some Arabic characters (RTL) and try to move left/right the cursor doesn't respond at all but when trying to move up/down it correctly moves the to begining/end respectively, Happens with both NodeOrientations and all input orders (LTR then RTL and vice versa)

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      1. Make a JavaFX TextField and put it on a root node for a scene on a Stage.
      2. Run
      3. Type RTL characters (cursor moves correctly).
      4. Type LTR characters (cursor not moving).

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      Cursor correctly navigates the text with the JavaFX TextField
      ACTUAL -
      Cursor not moving or navigating the text at all

      FREQUENCY : always


            pnarayanaswa Praveen Narayanaswamy
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: