-
Bug
-
Resolution: Fixed
-
P4
-
8
-
None
When invoking wrap and unwrap commands for a DialogPane, we decided to wrap/unwrap its CONTENT property.
We have also added the wrap in BorderPane command which use its CENTER property.
To be symmetric, we can enable unwrap command for BorderPane and TabPane container :
We will use the CENTER property of the BorderPane (ignoring other children if any)
and the first TAB of the TabPane (ignoring other tabs if any).
We have also added the wrap in BorderPane command which use its CENTER property.
To be symmetric, we can enable unwrap command for BorderPane and TabPane container :
We will use the CENTER property of the BorderPane (ignoring other children if any)
and the first TAB of the TabPane (ignoring other tabs if any).
- relates to
-
JDK-8098124 Wrap in BorderPane should be available and should wrap single selection in its CENTER
- Resolved