SUMMARY clicking the title in top bar is broken (while clicking artist or album still works) STEPS TO REPRODUCE 1. launch Elisa, start to play a song 2. click the song title in top bar OBSERVED RESULT Nothing and logs display errors Errors are : qrc:/qml/ContentView.qml:36: TypeError: Property 'closeAllViews' of object ViewManager(0x5571ed7b48b0) is not a function qrc:/qml/ContentView.qml:36: TypeError: Type error EXPECTED RESULT Show now playing view if I recall correctly From what I can see : The code says that clicking the song title calls the function openNowPlaying() which calls viewManager.closeAllViews(); But function closeAllViews has been removed from viewmanager.h in commit https://invent.kde.org/multimedia/elisa/-/commit/79131c04869b2351f7816f0dd7528854694a624d
can reproduce.
I guess it needs to be ported to something else to show the context view. Wanna take a crack at it? :)
I guess I can have a look :)
For future reference, the commit that fixes the bug needs to use the same email address as the one you're using for your Bugzilla account, or else it doesn't get automatically closed even if you use the BUG: keyword correctly. :) Manually closing because this is fixed! Woohoo!