(Yes, there is a new version, but right now we are not able to upgrade)
I’m using a SweetAlert2 in our Dev Express Reporting Module.
The steps are:
- Display Sweet Alert asking for a Report Name
- Do a check to the server to verify that name is not already in use
- If it is, show Sweet Alert message as an error
- On OK, then start the process again.
- If they hit cancel after the first run, then I see this error:
Blocked aria-hidden on a <div> element because the element that just received focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
It almost seems that it is an error from Sweet Alert 2, but an impact on the Dev Express Reporting Dashboard:
Does anyone know a way around this or if upgrade would fix it?
All functionality seems to work, except it shows in F12 as an error.
When you hit Cancel, that the F12 Aria error does not occur.