-
Enhancement
-
Resolution: Fixed
-
P4
-
8
-
None
If you have this:
HBox
Button (hgrow=NEVER)
Label (hgrow=ALWAYS)
And wrap the label inside a container (a stack pane), you get this:
HBox
Button (hgrow=NEVER)
StackPane (hgrow=INHERIT)
Label
It would be very valuable to keep hgrow=ALWAYS on the newly created StackPane.
HBox
Button (hgrow=NEVER)
Label (hgrow=ALWAYS)
And wrap the label inside a container (a stack pane), you get this:
HBox
Button (hgrow=NEVER)
StackPane (hgrow=INHERIT)
Label
It would be very valuable to keep hgrow=ALWAYS on the newly created StackPane.
- blocks
-
JDK-8092908 GridPane: Wrap in... issue
- Resolved
- relates to
-
JDK-8093787 Unwrap command should remove static properties from the children
- Resolved