[Text] Bidi marks in the middle of a text does not work

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8u20
    • Affects Version/s: 8u20
    • Component/s: javafx
    • None
    • Environment:

      java version "1.8.0"
      Java(TM) SE Runtime Environment (build 1.8.0-b132)
      Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)

      {code}
      new javafx.scene.text.Text("\u202ELTR")
      {code}
      is rendered as "RTL". But
      {code}
      new javafx.scene.text.Text("LTR\u202ELTR")
      {code}
      is rendered as "LTRLTR" but not "LTRRTL".

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

              Created:
              Updated:
              Resolved:
              Imported: