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

Unwrap command should remove static properties from the children

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 8u40
    • 8
    • javafx
    • None

    Description

       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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported: