Bug 477322

Summary: Insertion point not shown in search field of Meta+V clipboard menu
Product: [Plasma] plasmashell Reporter: Roke Julian Lockhart Beedell <4wy78uwh>
Component: Clipboard widget & pop-upAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: john.kde, nate
Priority: NOR Flags: 4wy78uwh: performance-
4wy78uwh: Wayland?
4wy78uwh: X11+
Version First Reported In: 5.27.9   
Target Milestone: 1.0   
Platform: openSUSE   
OS: Linux   
URL: https://discuss.kde.org/t/is-anyone-else-unable-to-see-the-cursor-in-the-clipboard-plasmoid-meta-v-menu-search-bar/7545?u=rokejulianlockhart
Latest Commit: Version Fixed/Implemented In: 6.2.0
Sentry Crash Report:
Attachments: Depiction of the problem.

Description Roke Julian Lockhart Beedell 2023-11-21 12:11:46 UTC
Created attachment 163340 [details]
Depiction of the problem.

SUMMARY

	The clipboard context menu (created using Meta+V by default) doesn't display a cursor for some users.

STEPS TO REPRODUCE

	1. Meta+V
	2. Type

OBSERVED RESULT

	The cursor is invisible for me inside the search bar except when selecting text inside the search bar.

EXPECTED RESULT

	The cursor should be visible inside the search bar.

SOFTWARE/OS VERSIONS

	Operating System       : openSUSE Tumbleweed 20231119
	KDE Plasma Version     : 5.27.9
	KDE Frameworks Version : 5.112.0
	Qt Version             : 5.15.11
	Kernel Version         : 6.6.1-1-default (64-bit)
	Graphics Platform      : X11
	Processors             : 12 × AMD Ryzen 5 7600X 6-Core Processor
	Memory                 : 30.5 GiB of RAM
	Graphics Processor     : AMD Radeon RX 5700
	Manufacturer           : ASRock
	Product Name           : X670E Taichi

ADDITIONAL INFORMATION

	https://discuss.kde.org/t/is-anyone-else-unable-to-see-the-cursor-in-the-clipboard-plasmoid-ctrl-v-menu-search-bar/7545/4?u=rokejulianlockhart
Comment 1 John Veness 2023-11-24 10:07:50 UTC
I see the same here. Maybe related is that I also notice that I cannot press cursor left/right to modify what I've typed. E.g. if I type "abcefg" and realise I missed out "d", if I press cursor left three times (hoping that the invisible cursor would still move) then press "d", I get "abcefgd". I can, however, click with the mouse between "c" and "e" then press "d" to get "abcdefg".
Comment 2 Nate Graham 2023-11-25 15:15:37 UTC
Per https://discuss.kde.org/t/is-anyone-else-unable-to-see-the-cursor-in-the-clipboard-plasmoid-meta-v-menu-search-bar/7545/17, this is currently intentional because the search field rejects focus and therefore the insertion point doesn't become visible.

However either of those things could be changed, which would fix the bug.
Comment 3 Nate Graham 2024-08-01 21:20:34 UTC
Fixed by Fushan Wen in Plasma 6.2.0 with https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4555.