-
-
Notifications
You must be signed in to change notification settings - Fork 783
When role="math" is present, MathCAT isn't called #15058
Copy link
Copy link
Closed
Labels
feature/mathneeds-technical-investigationA technical investigation is required to progress the issue.A technical investigation is required to progress the issue.p3https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Milestone
Metadata
Metadata
Assignees
Labels
feature/mathneeds-technical-investigationA technical investigation is required to progress the issue.A technical investigation is required to progress the issue.p3https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to reproduce:
Open a file that has
role="math"specified around some MathML. Navigate to the math. Nothing is spoken for the math when MathCAT is used to read the math. I'm pretty sure the same is true when MathPlayer or Access8Math is used to read the math.This example file has two instances of math. They are identical except that the first one has
role="math"given on the span around themathelement (both have aspanelement). Note: file is zipped html because I can't attach HTML in github.Actual behavior:
Nothing is spoken for the math with
role="math"specified, but the math is read for the second instance withoutrolegiven.Expected behavior:
AFAIK,
role="math"should not affect the behavior of NVDA for enclosed math.I discovered this bug based on a real-life file not speaking math in NVDA.
NVDA logs, crash dumps and other attachments:
Nothing in the log file.
System configuration
NVDA installed/portable/running from source:
Installed
NVDA version:
2023.1
Windows version:
Windows 10
Name and version of other software in use when reproducing the issue:
Other information about your system:
Other questions
Does the issue still occur after restarting your computer?
Yes
Have you tried any other versions of NVDA? If so, please report their behaviors.
Haven't tried other versions
If NVDA add-ons are disabled, is your problem still occurring?
You need at least one math add-on to try this out.
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
MathCAT doesn't use a COM interface.