https://bugs.kde.org/show_bug.cgi?id=428191
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Priority|NOR |VHI Status|REPORTED |CONFIRMED CC| |n...@kde.org Summary|Tooltips in KRunner don't |Tooltips in small/short |have correct height |windows get cut off or | |mis-rendered because they | |aren't drawn as a separate | |window --- Comment #2 from Nate Graham <n...@kde.org> --- Heh yeah. :( The problem is that we ported (nearly) everything to use PlasmaComponents3, which uses QtQuickControls2, because QtQuickControls1 is deprecated and is slated to be removed in Qt 6. However the QQC2 Tooltip isn't a separate window, so when it is displayed inside a parent window that is very small, it necessarily needs to be smaller, which caused glitches like this. Some possible solutions: - Make PC3/QQC2 tooltips use a separate window - Port KRunner to use PlasmaCore.ToolTip, which already uses a separate window, but it doesn't respect the color scheme's tooltip colors -- You are receiving this mail because: You are watching all bug changes.