Bug 527265 - Import theme dialog needs accessibility work
Summary: Import theme dialog needs accessibility work
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-11-14 13:28 EST by Carolyn MacLeod CLA
Modified: 2017-11-14 13:31 EST (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-11-14 13:28:58 EST
Some fields do not have labels, the disabled Import button needs to be truly disabled (not just look disabled), the ideal initial focus is on the file input, and the dialog needs to be marked up semantically (i.e. role="dialog", aria-modal="true", aria-labelledby="id of dialog title element", aria-describedby="id of dialog text element".
Comment 1 Eclipse Genie CLA 2017-11-14 13:31:00 EST
GitHub Pull Request 274 created by [carmacleod]
https://github.com/eclipse/orion.client/pull/274
Comment 2 Carolyn MacLeod CLA 2017-11-14 13:31:54 EST
Fixed with PR in comment 1.