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

Dymically changing the 'TextBox.style' attributes results in some output messages.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • fx1.3
    • fx1.1
    • javafx

      - Run the attached code
      - If you see the similar output below, then the bug is reproduced.

      Property 'borderFill' is not supported on DefaultStyleable[javafx.scene.text.Text@29203939] (source rule: * {
        borderFill: red;
      })
      Property 'borderFill' is not supported on DefaultStyleable[javafx.scene.shape.DelegateShape@13236631] (source rule: * {
        borderFill: red;
      })

      This happens for all the style properties which you have given in the style attribute, like "backgroundFill: red"

        1. TextBoxBug.fx
          1 kB
          Elancheran Subramanian

            dgrieve David Grieve
            esubramasunw Elancheran Subramanian (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: