| Summary: | Navigator New/Link Folder buttons/dialogs are inaccessible | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Max Li <maxli> |
| Component: | Client | Assignee: | Susan McCourt <susan> |
| Status: | CLOSED DUPLICATE | QA Contact: | Carolyn MacLeod <carolynmacleod4> |
| Severity: | normal | ||
| Priority: | P3 | CC: | carolynmacleod4, eclipse.felipe, maxli |
| Version: | 0.3 | Keywords: | accessibility |
| Target Milestone: | 0.4 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Max Li
I have fixed this bug in the following repository in the accessibility branch. https://github.com/max-li/orion.client.git (In reply to comment #1) > I have fixed this bug in the following repository in the accessibility branch. > https://github.com/max-li/orion.client.git complete link please link (and branch). On the surface I would have expected this to be a duplicate of bug 368869 and not require its own fix. I would think all command links could be handled with a signle fix in the command framework. So I want to see all these fixes and make sure we are fixing in the right place. https://github.com/max-li/orion.client/commit/0fb5dd1aeb48863932cbb973c7a9564c62127ab6Here is the commit (in the accessibility branch). https://github.com/max-li/orion.client/commit/0fb5dd1aeb48863932cbb973c7a9564c62127ab6 *** This bug has been marked as a duplicate of bug 368869 *** As far as I can tell this bug duplicates aspects of both bug 368868 and bug 368875. But none of the fixes seem complete. I suggest get a fix in bug 368868 that addresses the link accessibility (commands.js) and get a fix in bug 368875 that addresses the button accessibility in the slideout (globalCommands.js). I think both fixes both tab order and role setting, but what I'm seeing is fixes that do one or the other and thus I don't think the bugs are fixed yet. |