Created attachment 103211 [details] Demo of inconsistent item focusing Overview: When krunner opens and lists the results after the search input, focusing of the item in the results is inconsistent. Reproducible: always expected: What I'd expect is that first item always is and stays focused, so I can use arrow keys to navigate to the desired item. actual: - sometimes first item is focused and stays focused - sometimes first item is focused, then results from other components come in (like scripts/files etc) and focus is set randomly to some other item (most of the time to the latest item in the list) - if mouse cursor happens to be positioned in area occupied by krunner's list, focused item becomes the item under the cursor -- and then the same happens when other results come in delayed; focus can either stay on item under the cursor or switch to the first item in the list How to reproduce: Open krunner, type a few letters which will yield the results and watch which item will become focused. Then cancel the krunner and repeat the open+search again. Do this a few times to see the differences Also try moving mouse cursor on the part of the screen where krunner list will appear and repeat the previously described steps
Please report one issue per ticket. The third issue is reported as bug 372635.
(In reply to Christoph Feck from comment #1) > Please report one issue per ticket. > > The third issue is reported as bug 372635. I don't see any option to edit the bug description. Can this then be reduced to: expected: - always keep first item selected actual: - sometimes first item is focused and stays focused (as expected) - sometimes first item is focused, then results from other components come in (like scripts/files etc) and focus is set randomly to some other item (most of the time to the latest item in the list)
Is this still reproducible? I haven't any of the described issues anymore.
Seems related to BUG 427672 *** This bug has been marked as a duplicate of bug 427672 ***
(In reply to Alexander Lohnau from comment #4) > Seems related to BUG 427672 > > *** This bug has been marked as a duplicate of bug 427672 *** Hey, no, this particular issue was solved (random selected items & mouse stealing item focus).