Documentation: small UI fix
ClosedPublic

Authored by antonanikin on Nov 4 2016, 9:23 AM.

Details

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.

Diff Detail

Repository
R33 KDevPlatform
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
antonanikin updated this revision to Diff 7883.Nov 4 2016, 9:23 AM
antonanikin retitled this revision from to Documentation: small UI fix.
antonanikin updated this object.
antonanikin edited the test plan for this revision. (Show Details)
antonanikin added a reviewer: KDevelop.
antonanikin added a subscriber: kdevelop-devel.
This revision was automatically updated to reflect the committed changes.