-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
NVDA does not read the symbols inserted by the word 2013 equation editor #4631
Comments
Comment 1 by nvdakor on 2014-11-18 18:01 |
Comment 2 by jteh on 2014-11-18 22:39 Does anyone know whether any screen reader supports the Word equation editor? |
@michaelDCurran @jcsteh @Qchristensen What priority do you think should be assigned to this ticket? Since the implementation cost seems to be non-trivial, I am leaning towards P3 or P4, although I have little knowledge about the feature's value and impact. |
It'd be good to be able to read native Microsoft Word math using NVDA's math support. (We do support MathType, but that requires a separate product.) However, there are a few challenges/considerations here:
P3 for now, though there will probably be a high implementation cost, so this may get dropped to p4. |
This is now fixed in #16521. @LeonarddeR it would be great if you enable that by default and make it a checkbox. |
As long as this is not the default, I wouldn't consider this fixed. Also note that this is not listed in the change log nor in the documentation. |
If enabling the option improves things for Word equation reading, it may be worth mentioning it in the change log as well as in the User Guide. @LeonarddeR or @Adriani90, would you mind add these changes? |
I'm happy to do so. If there's a wish to enable this by default as well as change it from a combobox into a check box, that's fine with me as well. |
I'm not sure whether everything regarding the Word equation editor is fixed, especially the superscript and subscript part. Could anyone confirm that? |
Yes it reads out to me properly. Did you enable the coresponding checkboxes il document formatting settings?Von meinem iPhone gesendetAm 22.05.2024 um 17:02 schrieb Leonard de Ruijter ***@***.***>:
I'm not sure whether everything regarding the Word equation editor is fixed, especially the superscript and subscript part. Could anyone confirm that?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I think this option is best as a feature flag combo-box. That way we can enable this by default in future if we wish. |
Fixup of #16521 Fixes #11570 Partial fix for #4631 Summary of the issue: It turns out that rawTextTypeforms on a region may be None, this was an oversight on my end. cursorPos may also be None. @burmancomp reported a zero division error in case a string ended with a non breaking space and a space. Description of user facing changes No longer errors in the log when getting flash messages in Thunderbird and/or reading messages in WhatsApp UWP. Description of development approach Explicitly check for None typeforms and cursorPos, thereby improving readability as well. Improve the calculateOffsets method in textUtils to ensure it can handle the case as reported by @burmancomp
Is it possible that unicode normalization would automatically apply for equation editing? Perhaps we need a "smart" mode for normalization given the certain cases we think it should apply, like UIA. |
Just testing now in Office 365 (64-bit) Version: 16.0.18025.20160 This seems to work for me. Testing the suggested area of a circle and NVDA reads "A=πr^2" (Cap A = Pi R Squared) |
Reported by pranavlal on 2014-11-18 14:07
NVDA does not read the symbols inserted by the word 2013 equation editor. The editor uses a font calibry Math as far as I can tell. Moreover, it does not report if alphabits in that equation are sub script or super script. To duplicate the problem, do the following.
Try reading the equation such as that for the area of a circle. No go, the special symbols are not read.
Pranav
The text was updated successfully, but these errors were encountered: