run application attached: there is TablePane inside of FlowPane.
TablePane has setMinWidth(10); and setMaxWidth(1400);
see screenshot: TablePane is out of border of FlowPane.
expected: tableView inside of TilePane/FlowPane should be resized to keep inside the borders of pane.
(same bug with TilePane instead of FlowPane)
TablePane has setMinWidth(10); and setMaxWidth(1400);
see screenshot: TablePane is out of border of FlowPane.
expected: tableView inside of TilePane/FlowPane should be resized to keep inside the borders of pane.
(same bug with TilePane instead of FlowPane)
- is blocked by
-
JDK-8114737 javafx.scene.control.TableView: tableView without prefHeight inside of TilePane/FlowPane should should not be shifted down
-
- Closed
-