Make sure the search result that Return will run is highlighted
ClosedPublic

Authored by hein on Jan 18 2018, 2:03 PM.

Details

Summary

Otherwise there's no visual feedback that you can just hit
Return.

This requires refactoring the item list code slightly not to
implicitly focus the list when the current index changes (so
focus isn't moved away from the search field). Instead it's
now done on mouse over and manually by external callers after
they set an index.

Diff Detail

Repository
R119 Plasma Desktop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
hein created this revision.Jan 18 2018, 2:03 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJan 18 2018, 2:03 PM
hein requested review of this revision.Jan 18 2018, 2:03 PM
mart accepted this revision.Jan 22 2018, 10:27 AM
This revision is now accepted and ready to land.Jan 22 2018, 10:27 AM
This revision was automatically updated to reflect the committed changes.