Bug 503293 - Opening the Search page does not focus the Search... text box
Summary: Opening the Search page does not focus the Search... text box
Status: RESOLVED FIXED
Alias: None
Product: Emoji Selector
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2025-04-24 15:15 UTC by Alberto Salvia Novella
Modified: 2025-06-17 22:09 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 👍