Base solution for your next web application
Open Closed

Console error in browser when I close create user pop up #12391


User avatar
0
Prasanthtp created

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>​

image.png


2 Answer(s)
  • User Avatar
    0
    oguzhanagir created
    Support Team

    Hi @Prasanthtp

    Thanks for your feedback. I created an issue for this. You can follow the developments here. Good work.

  • User Avatar
    0
    Prasanthtp created

    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