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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u20
    • 8u20
    • javafx
    • None
    • 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".

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

              Created:
              Updated:
              Resolved:
              Imported: