Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-Windows Area-BrowserUI accessibility
New issue 9621 by [email protected]: Options dialog accessibility issues http://code.google.com/p/chromium/issues/detail?id=9621 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 'Options'. 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. No labels for checkboxes and radiobuttons, 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. 2. MSAA focus cannot get to the checkboxes or radiobuttons. 3. CTRL + (SHIFT) + TAB will not switch tabs. 4. Blue labels to the left does not get picked up when tabbing around, which means that they are not programmatically connected to the corresponding field. Expected behavior: get_accName for each form field will return the label string (as appearing in each blue label). -- 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 -~----------~----~----~----~------~----~------~--~---
