Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.15
-
Component/s: Quick: Core Declarative QML
-
Labels:None
-
Commits:dac2c8aec4917742aed6e311cf542dc37da60809 (qt/qtdeclarative/dev) 03d3d26f6e0cc1698b3a16b0695dcc71420219e8 (qt/qtdeclarative/5.15)
Description
TableView tries to limit the number of times it calculates contentWidth/Height. This seems to go wrong if you first have only one row, then later add a lot of rows that will make the content height grow larger than the size of the TableView.