https://bugs.kde.org/show_bug.cgi?id=500223
--- Comment #4 from cwo <cwo....@posteo.net> --- It's not a problem to have the highlight separate from input focus in principle (and probably not that hard to implement). And we'd still want the highlight to work as it does now, just not to take focus away from the input field. The problem is that other code may rely on the assumption that the hovered item is also the one that is selected in the listview, so it would need careful checking that nothing else breaks if that assumption is violated. We would also want it to (effectively) take focus some of the time, e.g. if the user opens the dialog, hovers over the third item, then presses the arrow key down on their keyboard, we'd want the fourth item to be selected, not the first one. -- You are receiving this mail because: You are watching all bug changes.