Merge lp:~gerboland/unity-2d/hud-a11y-fix into lp:unity-2d
Proposed by
Gerry Boland
Status: | Merged |
---|---|
Approved by: | Tiago Salem Herrmann |
Approved revision: | 955 |
Merged at revision: | 1006 |
Proposed branch: | lp:~gerboland/unity-2d/hud-a11y-fix |
Merge into: | lp:unity-2d |
Diff against target: |
79 lines (+17/-1) 4 files modified
libunity-2d-private/src/hud.cpp (+7/-0) libunity-2d-private/src/hud.h (+1/-0) shell/hud/ResultItem.qml (+1/-1) tests/manual-tests/hud.txt (+8/-0) |
To merge this branch: | bzr merge lp:~gerboland/unity-2d/hud-a11y-fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tiago Salem Herrmann (community) | Approve | ||
Paweł Stołowski | Pending | ||
Review via email: mp+98395@code.launchpad.net |
Commit message
[hud] [a11y] completionText not supplied by HUD for A11Y, so need to convert resultText html to plain text and use that as A11Y string
Description of the change
[hud] [a11y] completionText not supplied by HUD for A11Y, so need to convert resultText html to plain text and use that as A11Y string
Manual test added as infrastructure for Automated testing of A11Y has yet to be assembled.
To post a comment you must log in.
works great.
Thanks.