Summary: | PC3 ToolTip displays with visual glitches when on a skinny/narrow window that touches the screen edge | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libplasma | Reporter: | Nate Graham <nate> |
Component: | tooltips | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, kde, plasma-bugs |
Priority: | NOR | ||
Version: | 5.72.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/plasma-framework/commit/8c37d1d225adc68cf886cd22b4191828d6f58b0b | Version Fixed In: | 5.74 |
Sentry Crash Report: | |||
Attachments: |
Visual glitch
main.qml for Color Picker applet that shows the bug The two tooltips |
Created attachment 130270 [details]
main.qml for Color Picker applet that shows the bug
Hmm the color picker has in fact two tooltips somehow. Created attachment 130273 [details]
The two tooltips
Yeah though I think that's a separate issue. I assumed one could be the border of the other tooltip. Could you try commenting the tooltip of Color Picker out? Actually I just noticed this in KRunner's toolbuttons too, now that they've been ported to PC3. :( So I guess it's related to the parent window either being on a screen edge or being being skinny. Happens to me on both X11 and Wayland. Git commit 8c37d1d225adc68cf886cd22b4191828d6f58b0b by David Redondo. Committed on 25/08/2020 at 15:11. Pushed by ngraham into branch 'master'. Don't let the background become smaller than the svg Otherwise the svg rendering results in broken looks. M +2 -0 src/declarativeimports/plasmacomponents3/ToolTip.qml https://invent.kde.org/frameworks/plasma-framework/commit/8c37d1d225adc68cf886cd22b4191828d6f58b0b A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/244 Git commit f52c706be9c5e5262204bfcda3ed0567b6d8f019 by Fushan Wen. Committed on 16/10/2022 at 15:11. Pushed by fusionfuture into branch 'master'. applets/colorpicker: port to `PC3.ToolButton` and `QtQuick.DropArea` Related: bug 424446 A +112 -0 applets/colorpicker/package/contents/ui/ColorCircle.qml [License: GPL(v2.0+)] M +16 -105 applets/colorpicker/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/commit/f52c706be9c5e5262204bfcda3ed0567b6d8f019 |
Created attachment 130269 [details] Visual glitch While porting the Color Picker applet to PlasmaComponents3, I noticed this visual glitch using PlasmaComponents3.ToolTip for a ToolButton in an applet's CompactRepresentation on a panel. See attached screenshot. This only happens when the applet is on a panel, not when it's on the desktop.