-
-
Notifications
You must be signed in to change notification settings - Fork 641
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 + Firefox alerts not working properly #2745
Comments
Comment 1 by jteh on 2012-10-25 23:17 |
Comment 3 by javis on 2012-10-26 18:24 If there is any more information I can provide to help just let me know. Thanks, |
Comment 4 by Michael Curran <mick@... on 2014-04-16 01:07
|
@michaelDCurran Could you please restate the implications of your #2745 (comment) on this ticket more concisely? I don't think I follow this correctly, although I am a triager/user and no developer. |
Does anyone have an work around for this? Just as the OP stated (at least five years ago to the day? weird) Firefox ignores the addition of |
@contentfree, @javis, is this still an issue with NVDA 2019.1.1 and Firefox 66 or nightly? I think I cannot really reproduce this. Do you have an example website which shows this behavior? |
Last reminder before closing this issue as abandoned. Is anyone able to reproduce this issue in NVDA 2019.2? We do not have an update on it since almost two years. |
Please do not close.
I do not have the code referenced in the original issue (it did not survive
being posted it seems?), but I still have issues with alerts on sites only
speaking the word "alert" all the time, and suspect this issue is at the root of
them.
Unfortunately, all of the examples I can think of are sites for which a login is
required (taxact.com is one example), so I can not yet provide any examples.
however I am pretty sure this is still a valid issue.
|
@XLTechie do you have the issue also with disabled addons? Is "reporting of object descriptions" in NVDA settings / object presentation enabled when you reproduce this issue? |
I have this issue on this website: https://www.moorfields-private.co.uk/ |
role="alert" still does not work on Firefox 73.0 (64-bit), Microsoft EdgeHTML 17.17134 and IE11 with NVDA 2019.2.1. |
Any updates on this? Running into the very same issue on my end where we are trying to dynamically display an Alert after a submission event and the NVDA reader is only announcing 'Alert 9' and thats it when there is a whole block of text that is direct children of the Alert component. I have tried swapping the children text to be surrounded by a span | div | and a p and none of them have worked. Firefox version 72.0.2 (64 bit)
|
This issue occurs in Chromium browsers as well. The issue is here as follows: @feerrenrut should I create a meta issue containing the related issues? Similar issues are occuring in some cases when putting elements in span or section. |
Alerts generally aren't focusable, so they aren't meant to be reported in focus mode They are meant to be read when they appear, and people here seem to be suggesting that this doesn't work. However, I'm unable to reproduce this with the following STR:
Tested with latest Firefox Nightly and NVDA alpha. @saurabhsrivastava01, @lincolnengineer1, please provide a full test case and steps to reproduce including exactly what keys you pressed/actions you executed, what you expected and what happened instead. |
role="alert" is not supporting in IE11 and Microsoft Edge 42.17134.1098.0 browser. However it does support in Firefox v75.0 (64-bit), Chrome v 81.0.4044.122 (Official Build) (64-bit) with NVDA 2019.1 Below is the use case -
|
I was struggling on the same issue, spent a day and got it working on IE11. Can you share your code and findings here ? If our code snippets matches I can help you on this. |
Not sure about edge, but IE11 supports it. you just need to add some tweaks. |
@sumegha26 , i'm using this same code -
this snippet is in a react component and it is being called when there is an invalid response from backend. |
Hi, for EdgeHTML, take a look at #8466. Thanks.
|
@santoshpandey459 ,follow this - https://developer.paciellogroup.com/blog/2012/06/html5-accessibility-chops-aria-rolealert-browser-support/
your initial snippet will look like above, now when you want to show the message inside span
If structure is not nested only changing display property of span with role pre added alert should also work This - To - |
@sumegha26 , thank you for your input. I had tried this tweak as referenced here, working fine with Chrome(NVDA), IE11 and edge with Narrator but fails in Firefox. |
cc: @jcsteh in case there is something relevant in the last comment above. There might be a bug filled with Firefox already. |
@meparfitt, @saurabhsrivastava01, @lincolnengineer1, @santoshpandey459 are you still having this issue in Firefox with NVDA 2024.2? |
Reported by javis on 2012-10-25 16:09
The following markup does not work properly with NVDA + Firefox.
NVDA will only read "Alert" but not the text inside of the DIV. It seems that NVDA only reads the first child element and then ignores the rest of the content. This same markup works fine with IE + NVDA.
The text was updated successfully, but these errors were encountered: