Summary: | lineedit in kickoff doen't behave like a lineedit | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Harald Sitter <sitter> |
Component: | general | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/bd3667c04c66d05d8ce457291ad36262fc8e1241 | Version Fixed In: | |
Sentry Crash Report: |
Description
Harald Sitter
2014-03-10 13:03:46 UTC
Git commit bd3667c04c66d05d8ce457291ad36262fc8e1241 by Sebastian Kügler. Committed on 21/03/2014 at 02:06. Pushed by sebas into branch 'master'. Fix search input interaction This reworks the focus handling of the search input. Previously, the lineedit would never keep focus, the focus always stayed with the root item. This means that the keys for the lineedit needed to be filtered one by one, and the lineedit wouldn't get the proper focus visually. This patch changes the mechanism to switch focus between lineedit and root view / tab view. It makes the lineedit behave as one is used to. As a cherry on top: Kickoff will paste the clipboard content with Control+V even if the search input doesn't have focus. M +1 -0 plasma-desktop/applets/kickoff/package/contents/ui/Header.qml M +15 -24 plasma-desktop/applets/kickoff/package/contents/ui/Kickoff.qml http://commits.kde.org/kde-workspace/bd3667c04c66d05d8ce457291ad36262fc8e1241 |