-
-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken Google Chrome support from NVDA #6249
Comments
This works when Chrome is set to use English, but breaks for Italian and possibly other languages. This needs to be fixed in Chrome, so I've filed Chromium issue 640043. I'm going to see if I can at least partially work around this in NVDA. |
…nglish, browse mode no longer fails to work in many documents. (#6249) Chrome incorrectly localises the name returned by IAccessibleAction::name, but this means it contains a space for some actions in some languages; e.g. "click" is "fai clic" in Italian. This results in the buffer producing an invalid XML attribute name, which breaks reading of affected content. We now filter the XML so this doesn't happen.
…nglish, browse mode no longer fails to work in many documents. Chrome incorrectly localises the name returned by IAccessibleAction::name, but this means it contains a space for some actions in some languages; e.g. "click" is "fai clic" in Italian. This results in the buffer producing an invalid XML attribute name, which breaks reading of affected content. We now filter the XML so this doesn't happen. Issue #6249. PR #6295.
I've worked around this as far as we can in NVDA. You won't get told about clickable content--that needs to be fixed in Chrome--but NVDA no longer chokes completely. I've pushed this as a very late fix into 2016.3 because it's pretty nasty. |
Thank you very much Jamie, in fact I have this problem on 3 different pc Il 23/08/2016 06:39, James Teh ha scritto:
|
Google Chrome is quite unusable now with NVDA.
I'm using version 52, with NVDA snapshot next-13418,a6c0724c.
When you press h for moving between headings, or press downarrow key, in many website NVDA make the error tone and don't read text, links, etc.
an example?
www.yahoo.it
I attach the log, anyway the error regards bad mxl formatting.
Can you fix please?
chrome.txt
The text was updated successfully, but these errors were encountered: