https://bugs.kde.org/show_bug.cgi?id=386217
Alex Bikadorov <alex.bikado...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.bikado...@kdemail.net --- Comment #2 from Alex Bikadorov <alex.bikado...@kdemail.net> --- About issue 1: This is intended. While typing in the quicksearch field this is the widget which has the input focus. I would claim this is normal behaviour expected from any other text field. Because it has the focus all keyboard input it can handle is handled. And <arrow_left> and <arrow_right> are useful keys here because they can move the cursor. Other users (at least myself) would like to keep this behaviour. And you can still type <Escape> to get the focus back to the panel. Keyboard-only usage is possible without any problems. [And there are other potential conflicts, e.g. <CTRL+arrow_left>. It would be a mess to handle all these in a special way - for whatever the user expects it to be.] About issue 2: This is indeed a bug. I will look into it. >Alex, what was a motivation for the original commit 210ca94? It is referenced in the commit message -> Bug 375639. -- You are receiving this mail because: You are watching all bug changes.