Hi
I get the following console error in chrome when I close the create user popup. I have noticed this error in some other pages as well. May be something to do with css. Do you know how to fix this?
I use MVC, .net core (latest version)
Users:1 Blocked aria-hidden on an element because its descendant retained focus. The 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.
Element with focus: button
Ancestor with aria-hidden: <div id="Modal_1522251741378206548" class="modal fade" tabindex="-1" style="z-index: 1050; display: block;" aria-hidden="true">…</div>
2 Answer(s)
-
0
Hi @Prasanthtp
Thanks for your feedback. I created an issue for this. You can follow the developments here. Good work.
-
0
Thanks; this issue is fixed now.
On a separate note, I can see many uncommented "console.log" in the entire project. I am not sure whether we are checking "development only" for that. But it is not a major concern. Thanks