Merge lp:~stolowski/unity-2d/hud-a11-focus-fixes into lp:unity-2d
Proposed by
Paweł Stołowski
Status: | Merged |
---|---|
Approved by: | Albert Astals Cid |
Approved revision: | 1075 |
Merged at revision: | 1075 |
Proposed branch: | lp:~stolowski/unity-2d/hud-a11-focus-fixes |
Merge into: | lp:unity-2d |
Diff against target: |
83 lines (+17/-5) 3 files modified
shell/common/SearchEntry.qml (+9/-2) shell/hud/Hud.qml (+3/-0) tests/manual-tests/hud.txt (+5/-3) |
To merge this branch: | bzr merge lp:~stolowski/unity-2d/hud-a11-focus-fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Albert Astals Cid (community) | Approve | ||
Gerry Boland | Pending | ||
Review via email: mp+102524@code.launchpad.net |
Commit message
[hud] Force active focus on Search entry whenever a key is pressed. Force active focus on results list on Up/Down keys.
Description of the change
[hud] Force active focus on Search entry whenever a key is pressed. Force active focus on results list on Up/Down keys.
UNBLOCK
To post a comment you must log in.
We loose the blinking cursor on the text entry by doing this. Can you investigate how to fix it?