-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
None
-
4.7.0
-
None
The line
width: ListView.view.width + 300;
in the highlighBar does not seem to be evaluated correcly. The width of the highlight is less than 300. If I change the width to just 300 the width of the highlight is 300.
There is no error on the console.
If I add
y: ListView.view.currentIndex.y
I get this error:
file:///home/kde-devel/kde/src/KDE/kdepim/runtime/qml/kde/tests/elementmodel.qml:76: TypeError: Result of expression 'ListView.view' [null] is not an object.
I guess those attached properties not attached to the highlight delegate yet, so probably should be.