Bug 438121 - Plasma Components 3 ToolTip shadow corners broken
Summary: Plasma Components 3 ToolTip shadow corners broken
Status: RESOLVED FIXED
Alias: None
Product: libplasma
Classification: Frameworks and Libraries
Component: tooltips (show other bugs)
Version: unspecified
Platform: Other Linux
: VHI normal
Target Milestone: ---
Assignee: Marco Martin
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2021-06-05 15:18 UTC by Kai Uwe Broulik
Modified: 2021-06-28 02:37 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.84


Attachments
Broken shadow (11.95 KB, image/png)
2021-06-05 15:18 UTC, Kai Uwe Broulik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Uwe Broulik 2021-06-05 15:18:19 UTC
Created attachment 139022 [details]
Broken shadow

SUMMARY
The corners of the shadow of the tooltip bubble in Plasma Components 3 is broken.

STEPS TO REPRODUCE
1. Hover a PC3 tooltip
2. Look closely
3. 

OBSERVED RESULT
Broken shadow corners

EXPECTED RESULT
Proper shadow corners


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: git master as of 2021-06-02

ADDITIONAL INFORMATION
X11 with 2x scaling
Comment 1 Nate Graham 2021-06-09 16:58:53 UTC
Can confirm on x11 and Wayland too. I could have sworn we had a bug report tracking this, but now I can't find it...

git bisect says it was caused by 532817c00455ef7ddb400529b9c102f142db508b

Marco, could you take a look?
Comment 2 Bug Janitor Service 2021-06-10 14:30:51 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/275
Comment 3 Marco Martin 2021-06-14 09:12:31 UTC
Git commit 19c8c7dc2eecfbdc1ce8a1a952428fceb5cf16fc by Marco Martin.
Committed on 14/06/2021 at 08:58.
Pushed by mart into branch 'master'.

fix graphics of tooltips

* proper margins for shadows
* use solid instead of opaque, which is pixelated

M  +1    -1    src/declarativeimports/plasmacomponents3/ToolTip.qml
A  +458  -0    src/desktoptheme/air/translucent/widgets/background.svg
M  +75   -35   src/desktoptheme/breeze/solid/widgets/tooltip.svg
M  +81   -36   src/desktoptheme/breeze/translucent/widgets/tooltip.svg
M  +75   -35   src/desktoptheme/breeze/widgets/tooltip.svg

https://invent.kde.org/frameworks/plasma-framework/commit/19c8c7dc2eecfbdc1ce8a1a952428fceb5cf16fc
Comment 4 Patrick Silva 2021-06-28 02:37:08 UTC
*** Bug 439234 has been marked as a duplicate of this bug. ***