https://bugs.kde.org/show_bug.cgi?id=375639
--- Comment #3 from Alex Bikadorov <alex.bikado...@kdemail.net> --- >"Quick search" should work like Dolphin "search" function. It doesn't work for me in Dolphin: a directory called "test_รก" is not found with the search string "test_a". Not with filter bar or with "Find" But back to the actual problem: the list view is focused and not the search field line you're typing in. This is for seeing the current item for navigating inside the file view. But filtering key events is tricky now. Writing a letter with accent is not a QKeyPressEvent but a QInputMethodEvent. I would be better to focus the correct widget and find a way to always show current item marker. Oh, and a quick workaround: before you want to type the accent, click into the search field with the mouse to focus it. It will work this way. -- You are receiving this mail because: You are watching all bug changes.