https://bugs.kde.org/show_bug.cgi?id=378839
Alex Bikadorov <alex.bikado...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 CC| |alex.bikado...@kdemail.net --- Comment #1 from Alex Bikadorov <alex.bikado...@kdemail.net> --- Thanks for reporting. Confirmed. However, this is not related to quicksearch or numpad. When the details view gets a key press event with an asterisk, it is redirected to QTreeView which runs a nasty while loop endlessly. See https://code.woboq.org/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp.html#1989 The bug is there for at least a year. Fix is an one-liner. You want to start the quick search by pressing "*" on numpad (=> adds KeypadModifier to event in Qt). This doesn't work right now but I can fix it too. -- You are receiving this mail because: You are watching all bug changes.