-
-
Notifications
You must be signed in to change notification settings - Fork 783
NVDA not reading focused parent #6606
Copy link
Copy link
Labels
p4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
Milestone
Metadata
Metadata
Assignees
Labels
p4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
Type
Fields
Give feedbackNo fields configured for issues without a type.
I have an actionable element nested inside of a div with tabindex="-1". When the actionable element is clicked, focus is placed on this parent div. Yet, the div's content is not read by the NVDA screen reader:
But, if the actionable element is outside of the target div, when the div receives focus the contents are read properly.
Here is a code-pen to test with: