https://bugs.kde.org/show_bug.cgi?id=431602
Bug ID: 431602 Summary: "Show current track" functionality has broken Product: elisa Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: n...@kde.org Target Milestone: --- Clicking its button displays this in console output: qrc:/qml/MediaPlayListView.qml:143: TypeError: Property 'positionViewAtIndex' of object PlayListBasicView_QMLTYPE_186(0x25f0880) is not a function grep reveals that the function seems to have been removed or renamed: nate@Liberator:~/kde/src/elisa$ (master) grep -ri positionViewAtIndex src/qml/DraggableItem.qml:251: _listView.positionViewAtIndex(model.index, ListView.Contain); src/qml/MediaPlayListView.qml:143: playListView.currentItem.positionViewAtIndex(ElisaApplication.mediaPlayListProxyModel.currentTrackRow, ListView.Contain) -- You are receiving this mail because: You are watching all bug changes.