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

[CSS] FX hangs when setting border width to 0 + border style to dashed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 8u20
    • javafx
    • Mac, Windows

      Look at the attached test case: as soon as the style is applied, the app hangs.
      This seems related to the combination of:
                          -fx-border-width: 1px 0px 0px 0px;
                          -fx-border-style: dashed;
      If the "0px" are replaced by "1px", there is no issue.

            dgrieve David Grieve
            jcambon Jerome Cambon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: