Comment 3 for bug 1322615

Revision history for this message
Michael Terry (mterry) wrote :

I believe we are down to just a crash in testShell. I did a little messing about and it seems like the error is in the Dash's GenericScopeView's sectionDelegate being set to a ListItems.Header.

If ListItems.Header doesn't have any height (no child items and no declared height), it doesn't crash. If you comment out some of the code in ListViewWithPageHeader::setSectionDelegate and ListViewWithPageHeader::getSectionItem, it doesn't crash.

But I figure digging more than that involved more knowledge of Qml than I have, at least to figure it out in a reasonable amount of time.