Summary: | Cannot type the first character with accent in the search field of Kickoff due to search field not being focused by default | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Patrick Silva <bugseforuns> |
Component: | Application Launcher (Kickoff) widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | minor | CC: | ironman466, mikel5764, nate, noahadvs |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 5.27.80 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Patrick Silva
2022-09-17 11:59:49 UTC
I suspect this is because the search field doesn't start with focus. Does the problem go away for you if you explicitly focus it by clicking in it, before typing? (In reply to Nate Graham from comment #1) > Does the problem go away for you if you explicitly focus it by clicking in it, > before typing? Yes. I can reproduce that. So the issue here is that typing those characters only works when a text field is actually focused, because they rely on modifier keys to generate. There's no problem for ASCII characters which can be forwarded straight to the text field, but this doesn't work with non-ASCII characters that need to be generated by the user. This also happens with fcitx on Neon 20.04. First character I type is always english regardless of language setting of user. *** Bug 393440 has been marked as a duplicate of this bug. *** |