Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-Windows Area-BrowserUI accessibility
New issue 9606 by [email protected]: Find in page dialog accessibility issues http://code.google.com/p/chromium/issues/detail?id=9606 What steps will reproduce the problem? 1. Hit CTRL + F to bring up the Find in page dialog 2. Use a tool like Inspect32 to see the MSAA information exposed. What is the expected output? What do you see instead? Issues: 1. Edit box reported as MSAA role client, which is the default role, when none is provided by the programmer. Expected behavior: get_accRole should return ROLE_SYSTEM_TEXT. 2. The form field has no label programmatically connected to it. Expected behavior: get_accName for the form field will return the label string. 3. The string value contained in the field is reported as the name, not the value. Expected behavior: get_accValue will return the string currently contained in the field. -- 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 -~----------~----~----~----~------~----~------~--~---
