Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-Windows Area-BrowserUI accessibility
New issue 9619 by [email protected]: Bookmarks manager accessibility issues http://code.google.com/p/chromium/issues/detail?id=9619 What steps will reproduce the problem? 1. Hit SHIFT + ALT + T to set focus to the toolbar. 2. Right arrow to the wrench menu. 3. Down arrow to 'Bookmarks manager'. Hit Enter to activate. 4. Tab through the fields, using a tool like Inspect32 to track focus and view the exposed MSAA information. What is the expected output? What do you see instead? Issues: 1. 'Search' edit box reported as role client, which is the default role, when none is provided by the programmer. Expected behavior: get_accRole should return ROLE_SYSTEM_TEXT. 2. No label for edit box, which means that there is none programmatically connected to the corresponding field. Expected behavior: get_accName for each form field will return the label string. 3. Organize and Tools menus are not keyboard accessible. 4. No way to Import/Export bookmarks from the keyboard alone (the menus are not keyboard accessible, but the options in the Organize menu appear in the context menu for each option. However, Import/Export does not). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
