Summary: | cursor position in search bar gets reset when search begins | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | glyphimor |
Component: | search | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carcinoma, isma.af, kfm-devel, nate |
Priority: | NOR | ||
Version: | 19.12.3 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/ec03435022efa72a428a43eb106eaf31f503a9e6 | Version Fixed In: | 20.08 |
Sentry Crash Report: |
Description
glyphimor
2020-06-21 17:05:57 UTC
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/33 Git commit ec03435022efa72a428a43eb106eaf31f503a9e6 by Elvis Angelaccio, on behalf of Ismael Asensio. Committed on 05/07/2020 at 17:14. Pushed by elvisangelaccio into branch 'master'. [search] Do not update text input when it has focus When the user is entering a search term, a delayed search will be emmited after a few seconds. This means updating the search URL, which in turn gets parsed and reflected back on the search input. To avoid interrupting the user input flow and unexpectedly move the cursor to the end, let's update the input search box only when it doesn't have the focus. It's still updated on other interactions such as changing the search options or clicking a saved search on the places panel. FIXED-IN: 20.08 M +4 -1 src/search/dolphinsearchbox.cpp https://invent.kde.org/system/dolphin/commit/ec03435022efa72a428a43eb106eaf31f503a9e6 *** Bug 427473 has been marked as a duplicate of this bug. *** |