By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2154

Summary: Add option to allow user to choose Konqueror selection method when using keyboard
Product: TDE Reporter: Michele Calgaro <michele.calgaro>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: NEW ---    
Severity: enhancement CC: bugwatch
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Michele Calgaro 2014-10-11 09:17:51 CDT
In bug 1961 there was a long discussion about the expected behavior of Konqueror when using the keyboard to navigate up and down in list view mode. It turned out the main reason of the discussion was a difference among developers in what the expected behavior should have been, with different developers having different preferences.

The two methods are:
1) current method: when selecting multiple files, Konqueror enters "multiple select allowed" mode. Using key-UP and key-DOWN does not change the selection, instead only a focus "ghost" rectangle moves around. To exit this mode the user needs to press ESC. This mode allows to select non-contiguous files without the need of a mouse and AFAIK only KDE3/TDE Konqueror has it.
2) pressing key-UP and key-DOWN without holding CTRL or SHIFT, should always move the selection. If multiple files had previously been selected, those files should be removed from the selection. Nothing happens when pressing ESC. This mode is somehow less advanced than mode 1), but perhaps more intuitive for users coming from other file managers or other DE.

The request is for adding on option in Konqueror to allow the user to choose between the two methods described.

Bug 1961 contains a lot of details about the discussion (please be sure to read through till the end to have a clear picture)