Bug 438281 - Input fields get weird blue lines when selected
Summary: Input fields get weird blue lines when selected
Status: RESOLVED FIXED
Alias: None
Product: Breeze
Classification: Plasma
Component: general (show other bugs)
Version: 5.21.4
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-08 18:21 UTC by iodreamify
Modified: 2021-06-08 19:10 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.22
Sentry Crash Report:


Attachments
screenshot (44.62 KB, image/png)
2021-06-08 18:21 UTC, iodreamify
Details

Note You need to log in before you can comment on or make changes to this bug.
Description iodreamify 2021-06-08 18:21:31 UTC
Created attachment 139111 [details]
screenshot

SUMMARY
I'm getting a bug where the search field in Kickoff and the Clipboard plasma applet get 2 extra blue lines on both sides when i place my cursor over or highlight them. Sometimes switching themes and back fixes it, sometimes not.

Someone suggested this MR could be related https://invent.kde.org/plasma/breeze/-/merge_requests/25

STEPS TO REPRODUCE
1. Open the new Kickoff
2. Hover over or select the search field

OBSERVED RESULT
 The search field gets extra blue lines on the sides. 

EXPECTED RESULT
 The search field looks normal without the lines

SOFTWARE/OS VERSIONS
Kubuntu 21.04 

KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.80
Qt Version: 5.15.2
Comment 1 Nate Graham 2021-06-08 18:40:44 UTC
Seems like an SVG caching issue. Does it go away if you run this command in a terminal window?

rm ~/.cache/plasma*; plasmashell --replace
Comment 2 iodreamify 2021-06-08 18:43:39 UTC
(In reply to Nate Graham from comment #1)
> Seems like an SVG caching issue. Does it go away if you run this command in
> a terminal window?
> 
> rm ~/.cache/plasma*; plasmashell --replace

Yes the command helped, it went away.
Comment 3 Nate Graham 2021-06-08 19:10:42 UTC
Yeah, we fixed that in 5.22. :)