We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<div onclick=""><div role="alert">message</div></div>
Note that the div is not clickable just because it has a click handler. The click handler is used for tracking clicks.
div
Alert is not announced
Alert is announced
This is the actual behavior when either
onclick
Firefox: 94.02
No other versions tried
Yes
The text was updated successfully, but these errors were encountered:
cc: @jcsteh it seems this affects only Firefox.
Sorry, something went wrong.
This is a Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=682811
No branches or pull requests
Steps to reproduce:
<div onclick=""><div role="alert">message</div></div>
Note that the
div
is not clickable just because it has a click handler. The click handler is used for tracking clicks.Actual behavior:
Alert is not announced
Expected behavior:
Alert is announced
This is the actual behavior when either
onclick
handler on the parentdiv
System configuration
NVDA installed/portable/running from source:
NVDA version: 2021.2
Windows version: Version 10.0.22000 Build 22000 (OS Name Microsoft Windows 11 Pro N for Workstations)
Name and version of other software in use when reproducing the issue:
Firefox: 94.02
Other information about your system:
Other questions
Does the issue still occur after restarting your computer?
Have you tried any other versions of NVDA? If so, please report their behaviors.
No other versions tried
If NVDA add-ons are disabled, is your problem still occurring?
Yes
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
Yes
The text was updated successfully, but these errors were encountered: