Unwrap command should remove static properties from the children

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8u40
    • Affects Version/s: 8
    • Component/s: javafx
    • None

       If you have this:

      AnchorPane
        HBox
           Button (hgrow=NEVER)
           Label (hgrow=ALWAYS)

      And unwrap the HBox, you get this:

      AnchorPane
           Button (hgrow=NEVER)
           Label (hgrow=ALWAYS)

      The NEVER/ALWAYS properties are meaningless in the context of AnchorPane and should be removed.

            Assignee:
            Sandra Lions-piron
            Reporter:
            Sandra Lions-piron
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: