Summary: | When selecting a file by typing its name, filename matching stops when an underscore is typed. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | phopedush |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/e401d892955bb00bfd3daf77447fa808f9f1a907 | Version Fixed In: | 4.11.0 |
Sentry Crash Report: |
Description
phopedush
2013-06-17 17:59:47 UTC
Whoops, I made a typo up in the description. The line that read and start typing "core_a...", the selected file will remain on "core_aaa". should read: and start typing "core_b...", the selected file will remain on "core_aaa". Thanks for the bug report! I can confirm the problem. Proposed fix at https://git.reviewboard.kde.org/r/111102/ Git commit e401d892955bb00bfd3daf77447fa808f9f1a907 by Frank Reininghaus. Committed on 20/06/2013 at 17:32. Pushed by freininghaus into branch 'master'. Make it possible to select files like "a_b" using keyboard search The problem was that pressing the Shift key would reset the keyboard search. FIXED-IN: 4.11.0 REVIEW: 111102 M +1 -1 dolphin/src/kitemviews/private/kitemlistkeyboardsearchmanager.cpp M +28 -1 dolphin/src/tests/kitemlistkeyboardsearchmanagertest.cpp http://commits.kde.org/kde-baseapps/e401d892955bb00bfd3daf77447fa808f9f1a907 |