-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
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.
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.
- relates to
-
JDK-8097880 Wrap command should propagate static properties to the new container
-
- Resolved
-