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

More than one newline delimiter (\n) in javafx.scene.text.Text.content

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • None
    • javafx
    • NetBeans 6.5 (JavaFX SDK for Windows 1.7, JavaFX Kit 1.8), java version "1.6.0_13", Vista

      The script:

      Text {
                  content: "line 1\n\nline2\n \nline3"
      }

      produces:

        line1
        line2

        line3

      instead of:

        line1

        line2

        line3

            kcr Kevin Rushforth
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: