Filtering the folder contents with a string that contains an opening square bracket never returns any results. Other brackets (round brackets, face brackets and angle brackets) work fine though. Reproducible: Always Steps to Reproduce: 1. Navigate to folder that contains some files which have one or more opening square brackets in its names. 2. Type "[" into the filter bar Actual Results: No file is shown. Expected Results: The files that have an opening square bracket in its name should be shown.
Thanks for the bug report! I can reproduce the problem in Dolphin 4.14.2.
https://git.reviewboard.kde.org/r/120986/
Git commit e28147bf386351f51f9b22626d7e44008769cc9b by Arjun AK. Committed on 09/11/2014 at 13:50. Pushed by arjunak into branch 'Applications/14.12'. Ensure input is a valid regexp before enabling regexp filter mode Checking whether the input contains '*', '?' or '[' alone will not do since there can be files with '[' in their name. REVIEW: 120986 FIXED-IN: 14.12 M +4 -4 dolphin/src/kitemviews/private/kfileitemmodelfilter.cpp http://commits.kde.org/kde-baseapps/e28147bf386351f51f9b22626d7e44008769cc9b