Summary: | Cursor jumps to end of line when editing a search query | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | tagwerk19 |
Component: | search | Assignee: | liweinan <liweinan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kfm-devel, liweinan, VectorSpiral2357 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/655763fbc977cc900cc367f1797f752c7b217c71 | Version Fixed In: | |
Sentry Crash Report: |
Description
tagwerk19
2025-07-20 12:12:26 UTC
(In reply to tagwerk19 from comment #0) > SOFTWARE/OS VERSIONS: > > KDE Neon Unstable > Plasma: 6.4.80 > Frameworks: 6.17.0 > Qt: 6.9.1 > Dolphin: 25.11.70 Reached Neon User: KDE Neon User Plasma: 6.4.4 Frameworks: 6.17.0 Qt: 6.9.1 Dolphin: 25.08 This may be a variation of Bug 423328 that has resurfaced. A fix was implemented so perhaps the recent changes to the search bar have regressed it. I tested this on the master branch, and the issue still exists. A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/1045 Git commit 655763fbc977cc900cc367f1797f752c7b217c71 by Felix Ernst, on behalf of weinan li. Committed on 03/09/2025 at 14:06. Pushed by felixernst into branch 'master'. Search::Bar: Preserve cursor position Prior to this commit editing the search term would sometimes change the cursor position. This commit makes sure the cursor position does not move by itself. M +2 -0 src/search/bar.cpp https://invent.kde.org/system/dolphin/-/commit/655763fbc977cc900cc367f1797f752c7b217c71 (In reply to Felix Ernst from comment #5) > Search::Bar: Preserve cursor position The fix is there and working in Neon Unstable. Thank you! |