Documentation: small UI fix

Authored by antonanikin on Nov 16 2016, 9:47 AM.

Description

Documentation: small UI fix

Summary:
This patch fix Return key catching during documentation search. Current version process this key pressing only when user select some item in popup list. If no item is selected, then Retrun key does nothing:

  1. Open CMake documentation
  2. Type set in the search line edit.
  3. Completer will show popup with set keyword at beginning.
  4. Press Return - nothing happens.

It seems to be right to use first popup item as active item when Return is pressed.

Test Plan: Tested on master branch.

Reviewers: KDevelop

Subscribers: kdevelop-devel

Differential Revision: https://phabricator.kde.org/D3255

Details

Committed
antonanikinNov 16 2016, 9:47 AM
Differential Revision
D3255: Documentation: small UI fix
Parents
R32:0c9ff4de4748: Feature "Diff From Branch" on BranchManager
Branches
Unknown
Tags
Unknown