Comment 1 for bug 1560004

Revision history for this message
Andrea Bernabei (faenil) wrote : Re: UITK test failures with Qt 5.6 on amd64

In Scrollbar, UbuntuListView and ExpandableColumns tests the issue is the same,
"Type Error" when trying to do either
var sceneThumbX = thumb.mapToItem(column).x

or
fuzzyCompare(ubuntuListView.mapFromItem(item).y, item.collapsedHeight, .5);

or
compare(expandablesColumn.mapFromItem(item).y, item.collapsedHeight);