Summary: | Clearing searched text doesn't restore full content of current folder | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | medin <med.medin.2014> |
Component: | search | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kfm-devel, nate, postix |
Priority: | NOR | ||
Version: | 23.04.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/c4bb3db0229bef8adee1daa183892cebba5efe72 | Version Fixed In: | 24.02 |
Sentry Crash Report: |
Description
medin
2023-08-26 11:57:51 UTC
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/606 A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/610 Git commit c4bb3db0229bef8adee1daa183892cebba5efe72 by Méven Car, on behalf of Amol Godbole. Committed on 04/09/2023 at 09:39. Pushed by meven into branch 'master'. Restore the URL when DolphinSearchBox is cleared Currently, the URL navigator is not updated when the search box is cleared. This MR restores the URL, by closing and reopening the box. The call for emitting closeRequest() on pressing Esc has been replaced with emitCloseRequest(). The wait duration before starting a search has been reduced to 500ms to increase responsiveness. Also, the bugfix for BUG: 423328 is slightly incorrect and causes the search term to not be displayed when opening a saved search for the first time. As a better solution for this bug, DolphinSearchBox::setText() now updates the text only if the text has changed. M +6 -0 src/dolphinviewcontainer.cpp M +1 -0 src/dolphinviewcontainer.h M +16 -9 src/search/dolphinsearchbox.cpp M +5 -0 src/search/dolphinsearchbox.h https://invent.kde.org/system/dolphin/-/commit/c4bb3db0229bef8adee1daa183892cebba5efe72 |