Empty tab header obscures the queue's close button
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Music App |
Fix Released
|
Critical
|
Andrew Hayzen |
Bug Description
I've yet not found a reliable way to trigger it, but while testing r173 I've had this happening a few times on the desktop. Last time I could reproduce it, I was:
- Playing a song in the queue
- Pressed the Back button
- An empty tab header appears on top, blocking the navigation to close the queue (see attached screenshot)
This then requires a restart of the app to be able to navigate out of the queue view.
I'm not sure if these messages are relevant, but here's an extract of the latest output from the command line when I last saw the issue:
mainView.
Debug: MusicQueue update currentIndex: file://
MediaPlayer statusChanged, currentIndex: 16
Playing: file://
requestSysState: QDBusError(
mainView.
Debug: no scrobbling
mainView.
QXcbWindow: Unhandled client message: "_GTK_LOAD_
Violació de segment (bolcat de la imatge del nucli)
Related branches
- Victor Thompson: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 52 lines (+12/-4)1 file modifiedMusicNowPlaying.qml (+12/-4)
- Ubuntu Phone Apps Jenkins Bot: Needs Fixing (continuous-integration)
- Victor Thompson: Needs Information
-
Diff: 222 lines (+43/-86)3 files modifiedMusicNowPlaying.qml (+22/-77)
MusicToolbar.qml (+2/-2)
music-app.qml (+19/-7)
- Victor Thompson: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Andrew Hayzen: Approve
-
Diff: 247 lines (+73/-84)3 files modifiedMusicNowPlaying.qml (+6/-30)
MusicToolbar.qml (+2/-3)
music-app.qml (+65/-51)
Changed in music-app: | |
status: | Confirmed → Triaged |
Changed in music-app: | |
status: | Triaged → In Progress |
Changed in music-app: | |
importance: | Medium → Critical |
Changed in music-app: | |
status: | Fix Committed → Fix Released |
We tried to mitigate this bug by allowing the user to go back via the HUD. This of course doesn't help when running on the desktop.
I've tried to get this bug to happen on a device and have been unsuccessful thus far. Which is good.