SUMMARY I can't drag the window around the screen if I click and hold on the "Now Playing" header bar. The other header bars (e.g. "Recently Played", "Artists", "Albums", etc.) allow me to do this. STEPS TO REPRODUCE 1. Open the Now Playing view 2. Click and hold on the header bar 3. Move mouse around OBSERVED RESULT Nothing happens EXPECTED RESULT Window moves around SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20220331 KDE Plasma Version: 5.24.3 KDE Frameworks Version: 5.92.0 Qt Version: 5.15.2
That's odd.
Aha, it's because the header is implemented with a QQC2.ToolBar which doesn't support that behavior.
This affects QQC2.Toolbars elsewhere, so we should fix it in our styling of the component itself IMO.
This is also tracked as a Qt Bug: https://bugreports.qt.io/browse/QTBUG-89785