TextArea.setBackground(Background.EMPTY) still results in a visible background

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • 8
    • Affects Version/s: 8
    • Component/s: javafx
    • Environment:

      mac

      The following code seems to result in a TextArea with a gray background instead of a transparent TextArea:

      TextArea textArea = new TextArea();
      textArea.setBackground(Background.EMPTY);

      In contrast, TextField does become transparent (as expected) with:

      TextField textField = new TextField();
      textField.setBackground(Background.EMPTY);

            Assignee:
            Leif Samuelsson (Inactive)
            Reporter:
            Debra Masada (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: