run application attached: there is TablePane inside of FlowPane.
see screenshot: TablePane is shifted downside by some unknown value.
expected: tableView should keep it's position inside of FlowPane while it's allowed by minHeight/minWidth of this TableView
(same bug with TilePane instead of FlowPane)
see screenshot: TablePane is shifted downside by some unknown value.
expected: tableView should keep it's position inside of FlowPane while it's allowed by minHeight/minWidth of this TableView
(same bug with TilePane instead of FlowPane)
- blocks
-
JDK-8114543 javafx.scene.control.TableView: tableView inside of TilePane/FlowPane should be resized to keep inside the borders of pane
- Closed