fix keyboard focus problem in GridBrowserDelegate with an automatic qml test
ClosedPublic

Authored by mgallien on Jan 18 2018, 9:23 PM.

Details

Summary

fix keyboard focus handling in GridBrowserDelegate including an automatic test for it

Test Plan

the automatic test fails without the modifications of the delegate andd pass with them

Diff Detail

Repository
R255 Elisa
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mgallien requested review of this revision.Jan 18 2018, 9:23 PM
mgallien created this revision.

Does not build, I think you forgot to add one file

autotests/CMakeLists.txt
447

This file is missing

mgallien updated this revision to Diff 25789.Jan 23 2018, 7:30 AM
  • fix name of test qml file
  • add three tests for mouse and keyboard usage of GridBrowserDelegate

should be enough for now

astippich accepted this revision.Jan 23 2018, 8:17 PM
This revision is now accepted and ready to land.Jan 23 2018, 8:17 PM
This revision was automatically updated to reflect the committed changes.