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

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: P4
    • fx1.3
    • Affects Version/s: fx1.1
    • Component/s: 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"

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

              Created:
              Updated:
              Resolved:
              Imported: