Bug 418637

Summary: no menu and tooltip backgrounds with the software backend
Product: [Frameworks and Libraries] frameworks-qqc2-desktop-style Reporter: grouchomarx.fr
Component: generalAssignee: Marco Martin <notmart>
Status: RESOLVED FIXED    
Severity: normal CC: cfeck, kde, nate
Priority: NOR    
Version First Reported In: 5.67.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description grouchomarx.fr 2020-03-08 18:58:10 UTC
When I run QtQuick apps with QT_QUICK_BACKEND=software a lot of tooltips and menus don't have any background.

How to reproduce:
- open elisa with QT_QUICK_BACKEND=software
- hover the mouse on the hamburger menu button until the tooltip appears
- click on the hamburger menu button in order to make the menu appear

What happens:
- the tooltip and the menu have text and icons, but their background is not visible.



I don't have the issue if I remove these files:
/usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml
/usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/ToolTip.qml



Qt Version: 5.14.1
Frameworks Version: 5.67.0
Operating System: Linux 5.4.23-1-lts x86_64
Distribution: "Arch Linux"
Comment 1 Christoph Feck 2020-04-06 12:08:25 UTC
*** Bug 409452 has been marked as a duplicate of this bug. ***
Comment 2 Nate Graham 2021-04-09 02:03:39 UTC
Cannot reproduce with Frameworks 5.81 and Qt 5.15.3. Can you?
Comment 3 grouchomarx.fr 2021-04-10 18:45:16 UTC
It seems it has been fixed. I cannot reproduce the issue.
Thanks!