| Summary: | Unable to invoke actions menu | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Max Li <maxli> |
| Component: | Client | Assignee: | Susan McCourt <susan> |
| Status: | RESOLVED FIXED | QA Contact: | Carolyn MacLeod <carolynmacleod4> |
| Severity: | normal | ||
| Priority: | P3 | CC: | carolynmacleod4, eclipse.felipe, maxli, susan |
| Version: | 0.3 | Keywords: | accessibility |
| Target Milestone: | 0.4 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 365361 | ||
|
Description
Max Li
interesting. Can you be specific with a particular page/button example? For example in the navigator I can tab to the menu icon and use space bar or enter key to invoke the menu (but I don't have a screen reader installed). If it doesn't work, it sounds like a dojo/dijit bug. Could you try the same thing on this page? http://download.dojotoolkit.org/release-1.5.0/dojo-release-1.5.0/dijit/themes/themeTester.html?theme=nihilo tab to the widget labeled "Drop Down" and see if the problem occurs there. If so, then it's a general dijit bug. If not, then we have a more specific problem. It seems to happen on any page with this sort of menu button (i.e. navigator (both in the file tree and the favorites menu), repositories). The widget seems to work on the page you gave me, so it doesn't seem to be a dijit bug. 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 #3) > I have fixed this bug in the following repository in the accessibility branch. > https://github.com/max-li/orion.client.git 404 Max can you check the link ? (In reply to comment #4) > (In reply to comment #3) > > I have fixed this bug in the following repository in the accessibility branch. > > https://github.com/max-li/orion.client.git > > 404 > Max can you check the link ? This one https://github.com/max-li/orion.client/commit/af3205698ac893ad233ce79fd6bc8511473888e5 ? (In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #3) > > > I have fixed this bug in the following repository in the accessibility branch. > > > https://github.com/max-li/orion.client.git > > > > 404 > > Max can you check the link ? > > This one > https://github.com/max-li/orion.client/commit/af3205698ac893ad233ce79fd6bc8511473888e5 > ? Yes, that is the one. I'm working in here today, will commit. Thank you, Max! pushed. I'm not running JAWS, but I tested that it works the same otherwise, and I understand how this could fix the problem. Thanks, Max! |