Bug 526519 - Find dialog text fields need labels
Summary: Find dialog text fields need labels
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Client (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 17.0   Edit
Assignee: Carolyn MacLeod CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2017-10-26 10:51 EDT by Carolyn MacLeod CLA
Modified: 2017-10-26 11:22 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carolyn MacLeod CLA 2017-10-26 10:51:08 EDT
Find dialog "Find" and "Replace" text fields need labels. (Placeholders are not enough).
Comment 1 Eclipse Genie CLA 2017-10-26 11:19:06 EDT
GitHub Pull Request 248 created by [carmacleod]
https://github.com/eclipse/orion.client/pull/248
Comment 2 Carolyn MacLeod CLA 2017-10-26 11:22:54 EDT
Fixed by just adding invisible aria-labels for screen readers.
Ideally, the true fix would be to have visible labels for both fields in order to reduce confusion (accessibility cognitive problem), however since that would require a redesign, we will just go with the partial solution for now.