Bug 503293

Summary: Opening the Search page does not focus the Search... text box
Product: [Applications] Emoji Selector Reporter: Alberto Salvia Novella <es20490446e>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: john.kizer, nate
Priority: NOR Keywords: usability
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 6.5.0
Sentry Crash Report:

Description Alberto Salvia Novella 2025-04-24 15:15:06 UTC
SYSTEM
- Zenned OS
- Plasma 6.3.4
- Frameworks 6.13.0 
- Qt 6.9.0

STEPS
1. Click on the tab "search".
2. Type something.

RESULT
- It doesn't search by default.
- You have to click on the box "search" first.
- Previously search worked right away.
Comment 1 John Kizer 2025-04-24 19:12:21 UTC
Hi - I can reproduce on my Fedora KDE 42 device, and on a KDE Neon VM. 

Just to note as a workaround, starting to type from any other page does simultaneously navigate to the Search page, focus the Search box and begin entering the typed characters into the box.

Thanks!
Comment 2 Nate Graham 2025-04-25 12:47:32 UTC
It looks like it's trying to do this: https://invent.kde.org/plasma/plasma-desktop/-/blob/master/emojier/app/ui/CategoryPage.qml?ref_type=heads#L69-L71

But it's not working right now.
Comment 3 Nate Graham 2025-06-17 13:36:07 UTC
This is effectively fixed with the UI changes going into Plasma 6.5. Now there's no longer a dedicated search page; every page has a search field and it's always focused by default.
Comment 4 Alberto Salvia Novella 2025-06-17 22:09:00 UTC
Great 👍